aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-03-19 11:15:24 +0000
committerLouis Pilfold <louis@lpil.uk>2024-03-19 11:16:15 +0000
commitfe7c0d741e8ebee61ce24bda36f706ec6e6058bf (patch)
tree7e7ba8c03327720ac7a1c08be67508a3b3e0d396
parent783b978c5f828a8c7df489bf96be5568b0658382 (diff)
downloadtour-fe7c0d741e8ebee61ce24bda36f706ec6e6058bf.tar.gz
tour-fe7c0d741e8ebee61ce24bda36f706ec6e6058bf.zip
Revert "fix nav-bar on MS Edge"
This reverts commit 783b978c5f828a8c7df489bf96be5568b0658382.
-rw-r--r--static/style.css14
1 files changed, 0 insertions, 14 deletions
diff --git a/static/style.css b/static/style.css
index f77560e..260bae8 100644
--- a/static/style.css
+++ b/static/style.css
@@ -92,20 +92,6 @@ h6 {
font-weight: normal;
}
-nav {
- position: fixed;
- /*
- `fixed` collapses `.navbar`
- (probably related to `display: flex`),
- thus the need for this:
- */
- width: 100%; /* not `vw`,
- because it will overflow within a container
- (except `body`)
- */
- z-index: 1;
-}
-
.navbar {
display: flex;
justify-content: space-between;