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

@ -39,6 +39,10 @@ blockquote {
background-image: url(../../images/header-bg-light.jpg);
}
.links, .links li {
border-color: rgb(211, 211, 211);
}
.main {
background-color: white;
}