mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-07-23 09:56:57 +00:00
reduce spacing between header details sections
This commit is contained in:
@@ -9,7 +9,7 @@ interface IProps {
|
|||||||
|
|
||||||
const CustomHeaders = ({ headers, updateHeaders }: IProps) => {
|
const CustomHeaders = ({ headers, updateHeaders }: IProps) => {
|
||||||
return (
|
return (
|
||||||
<div className="my-4 w-full">
|
<div className="mt-4 w-full">
|
||||||
<details className="bg-(--neutral-content)/20 p-4 rounded-lg">
|
<details className="bg-(--neutral-content)/20 p-4 rounded-lg">
|
||||||
<summary>
|
<summary>
|
||||||
Custom Headers (PDF)
|
Custom Headers (PDF)
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ interface IProps {
|
|||||||
|
|
||||||
const HeaderFields = ({ headers, updateHeaders }: IProps) => {
|
const HeaderFields = ({ headers, updateHeaders }: IProps) => {
|
||||||
return (
|
return (
|
||||||
<div className="my-4 w-full">
|
<div className="mt-4 w-full">
|
||||||
<details className="bg-(--neutral-content)/15 p-4 rounded-lg">
|
<details className="bg-(--neutral-content)/15 p-4 rounded-lg">
|
||||||
<summary>
|
<summary>
|
||||||
Headers
|
Headers
|
||||||
|
|||||||
Reference in New Issue
Block a user