summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraxtloss <axtlos@disroot.org>2024-12-28 16:41:50 +0100
committeraxtloss <axtlos@disroot.org>2024-12-28 16:41:50 +0100
commitc6702ec514a16ff12f3102e865292d292ac16a13 (patch)
tree2cfdeb267eacf2d18248b512e3995dc8754ae6ae
parentd0972175c4ab650f6cf85a939d4b089290beaba8 (diff)
downloadwebsite-c6702ec514a16ff12f3102e865292d292ac16a13.tar.gz
website-c6702ec514a16ff12f3102e865292d292ac16a13.tar.bz2
fix bottom bar width
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 0fb9d20..a476c3a 100644
--- a/style.css
+++ b/style.css
@@ -76,7 +76,7 @@ body {
background-color: #505170;
display: flex;
height: 88px;
- width: 1000px;
+ width: 1400px;
justify-content: left;
align-items: left;
z-index: 100;