diff options
Diffstat (limited to 'src/frontend/style/layout.css')
-rw-r--r-- | src/frontend/style/layout.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/frontend/style/layout.css b/src/frontend/style/layout.css index d6196b0..dd05e9a 100644 --- a/src/frontend/style/layout.css +++ b/src/frontend/style/layout.css @@ -10,6 +10,7 @@ body { background-color: #1a1a1a; + width: 100vw; } nav { @@ -17,7 +18,7 @@ nav { top: 0px; left: 0px; padding: 1em; - width: 100vw; + width: calc(100vw - 2em); height: 2em; background-color: #41414144; } |