diff options
author | axtloss <axtlos@disroot.org> | 2024-12-28 16:41:50 +0100 |
---|---|---|
committer | axtloss <axtlos@disroot.org> | 2024-12-28 16:41:50 +0100 |
commit | c6702ec514a16ff12f3102e865292d292ac16a13 (patch) | |
tree | 2cfdeb267eacf2d18248b512e3995dc8754ae6ae | |
parent | d0972175c4ab650f6cf85a939d4b089290beaba8 (diff) | |
download | website-c6702ec514a16ff12f3102e865292d292ac16a13.tar.gz website-c6702ec514a16ff12f3102e865292d292ac16a13.tar.bz2 |
fix bottom bar width
Diffstat (limited to '')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |