diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-04-25 15:13:25 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-04-25 15:13:25 +0200 |
commit | 2b5bfb4d20581ae6931416b30265195d83dd1ac8 (patch) | |
tree | 2f6fd7ef69e786aa3067faf4111a1cf4bcbc9f43 /static | |
parent | 9f008e64ce401673c878b1098f4db41d66d1c56a (diff) | |
download | jnfilter-master.tar.gz jnfilter-master.tar.bz2 jnfilter-master.zip |
This will make the navbar look better on higher resolution screen.
Diffstat (limited to 'static')
-rw-r--r-- | static/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/static/index.html b/static/index.html index 266aff6..40b1ead 100644 --- a/static/index.html +++ b/static/index.html @@ -35,7 +35,6 @@ header { margin-bottom: 1em; background: #0062cc; padding: .75em; - max-width: 960px; } nav { @@ -108,7 +107,7 @@ a { } main { - width: 50%; + width: 60%; margin: 0 auto; } |