remove wip banner

This commit is contained in:
2025-12-01 19:00:59 -08:00
parent a5780e2cac
commit f4ac35bbb7
2 changed files with 1 additions and 18 deletions

View File

@ -30,6 +30,7 @@ body {
width: 100%; width: 100%;
flex-grow: 1; flex-grow: 1;
border-radius: 0 0 2rem 2rem; border-radius: 0 0 2rem 2rem;
padding-top: 2rem;
} }
header, header,
@ -52,22 +53,6 @@ main {
} }
} }
#wip {
background-color: light-dark(var(--color-light-alt), var(--color-dark-alt));
color: light-dark(var(--color-dark), var(--color-light));
margin: 1rem 0 1rem;
text-align: center;
padding: 1rem .5rem;
border: solid .25rem light-dark(var(--color-orange-dark), var(--color-orange-light));
border-radius: 1rem;
}
@media (max-width: 650px) {
#wip {
padding: .5rem;
}
}
img { img {
display: block; display: block;
} }

View File

@ -22,8 +22,6 @@
<body> <body>
<div id="content"> <div id="content">
<header> <header>
<div id="wip"><p>under construction! information is incomplete and may be incorrect</p></div>
<img id="dark-logo" src="/img/dark-logo.png" alt="Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme"> <img id="dark-logo" src="/img/dark-logo.png" alt="Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme">
<img id="light-logo" src="/img/light-logo.png" alt="Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme"> <img id="light-logo" src="/img/light-logo.png" alt="Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme">
<h1>Solstice Market at the Beall Greenhouses</h1> <h1>Solstice Market at the Beall Greenhouses</h1>