remove wip banner
This commit is contained in:
17
css/main.css
17
css/main.css
@ -30,6 +30,7 @@ body {
|
||||
width: 100%;
|
||||
flex-grow: 1;
|
||||
border-radius: 0 0 2rem 2rem;
|
||||
padding-top: 2rem;
|
||||
}
|
||||
|
||||
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 {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@ -22,8 +22,6 @@
|
||||
<body>
|
||||
<div id="content">
|
||||
<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="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>
|
||||
|
||||
Reference in New Issue
Block a user