aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2024-04-25 15:13:25 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2024-04-25 15:13:25 +0200
commit2b5bfb4d20581ae6931416b30265195d83dd1ac8 (patch)
tree2f6fd7ef69e786aa3067faf4111a1cf4bcbc9f43
parent9f008e64ce401673c878b1098f4db41d66d1c56a (diff)
downloadjnfilter-master.tar.gz
jnfilter-master.tar.bz2
jnfilter-master.zip
fix: Some small UI tweaksHEADv1.0.1master
This will make the navbar look better on higher resolution screen.
-rw-r--r--static/index.html3
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;
}