diff options
author | metamuffin <metamuffin@disroot.org> | 2023-01-10 09:01:48 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-01-10 09:01:48 +0100 |
commit | 1c97c3785047d50fd5500f99457a254e0f95aefe (patch) | |
tree | a27d997ad42681946e3234fb114cf7cfc5eb815b /src/frontend/style | |
parent | 0c30e065b678d41d8932b3bf0926608cfa15a7ac (diff) | |
download | jellything-1c97c3785047d50fd5500f99457a254e0f95aefe.tar jellything-1c97c3785047d50fd5500f99457a254e0f95aefe.tar.bz2 jellything-1c97c3785047d50fd5500f99457a254e0f95aefe.tar.zst |
listing and style improved
Diffstat (limited to 'src/frontend/style')
-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; } |