diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-06-08 21:07:49 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-06-08 21:07:53 +0200 |
commit | 8e869ad44f9d5d0c311d5e5fc77e771b00aa8237 (patch) | |
tree | 586e428c272e8f6be1f496eaee7b671ed106a931 | |
parent | 0e97090cc177abd73556e5d63136da3852fac189 (diff) |
Revert "Slight CSS style change"
This reverts commit 0e97090cc177abd73556e5d63136da3852fac189 because it
was hella dumb lmao.
-rw-r--r-- | src/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css index 00805e7..4a4bde4 100644 --- a/src/style.css +++ b/src/style.css @@ -205,7 +205,7 @@ nav ul > * { max-height: 50vh; overflow: auto; right: 0; - min-width: 20%; + width: 20%; } .unavailable { |