fixed header to top of the screen, may revert

This commit is contained in:
Pagwin 2024-10-28 15:48:04 -04:00
parent 125765280c
commit 278973b18d
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -23,12 +23,13 @@ a:hover {
width: 100%;
font-size: 24px;
padding: 0.5em 1em;
position: fixed;
}
#content {
box-sizing: border-box;
display: block flex;
margin: 1em;
margin: calc(24px + 3em) 1em 1em 1em;
padding: 1em;
/* needed due to flex parent*/
width: 100%;