From 278973b18d02211b295a6d450d1ec61e2d4bba8f Mon Sep 17 00:00:00 2001 From: Pagwin Date: Mon, 28 Oct 2024 15:48:04 -0400 Subject: [PATCH] fixed header to top of the screen, may revert --- static/css/layout.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/layout.css b/static/css/layout.css index ee3a77d..7b3c3a8 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -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%;