fix some bad padding (badding)

This commit is contained in:
2025-11-18 12:04:01 -08:00
parent 6a4c918d27
commit 307dfda843
2 changed files with 1 additions and 5 deletions

View File

@ -28,7 +28,6 @@ body {
width: 100%; width: 100%;
flex-grow: 1; flex-grow: 1;
border-radius: 0 0 2rem 2rem; border-radius: 0 0 2rem 2rem;
padding: 2rem 0;
} }
header, header,
@ -54,7 +53,7 @@ main {
#wip { #wip {
background-color: light-dark(var(--color-dark), var(--color-light)); background-color: light-dark(var(--color-dark), var(--color-light));
color: light-dark(var(--color-light), var(--color-dark)); color: light-dark(var(--color-light), var(--color-dark));
margin: .1rem 0 1rem; margin: 1rem 0 1rem;
text-align: center; text-align: center;
padding: 1rem .5rem; padding: 1rem .5rem;
border: solid .25rem light-dark(var(--color-orange-light), var(--color-orange-dark)); border: solid .25rem light-dark(var(--color-orange-light), var(--color-orange-dark));

View File

@ -26,9 +26,6 @@
<h1>Solstice Market at the Beall Greenhouses</h1> <h1>Solstice Market at the Beall Greenhouses</h1>
</header> </header>
<main> <main>
<h2>What?</h2>
<p></p>
<h2>When?</h2> <h2>When?</h2>
<p><time datetime="2025-12-21 10:00">Sunday, December 21st, 2025, 10am - 5pm</time>.</p> <p><time datetime="2025-12-21 10:00">Sunday, December 21st, 2025, 10am - 5pm</time>.</p>