Hamburger menu is now shown under the header

I think this looks nicer.
This commit is contained in:
Steven Engler
2024-03-30 01:38:05 -04:00
parent 115c5fa213
commit 241902516a
3 changed files with 54 additions and 33 deletions

View File

@ -46,6 +46,10 @@ figure.color-adapting-image img {
background-image: url(../../images/header-bg-dark.jpg);
}
.links, .links li {
border-color: #383838;
}
.main {
background-color: rgb(14, 14, 14);
box-shadow: none;
@ -107,6 +111,6 @@ figure.color-adapting-image img {
@media only screen and (max-width: 400pt) {
.links {
background-color: rgb(30, 30, 30);
background-color: rgb(23, 23, 23);
}
}