aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/style.css
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2025-09-25 13:30:54 -0400
committerBradley Taunt <bt@btxx.org>2025-09-25 13:30:54 -0400
commitebb2eaac07edd8c72c85b715f5ebd02a1034c4aa (patch)
tree41446c2ffd9e5e7496b3d87bc66f6f09d8d0d19f /public/style.css
parent3a5be04c0ec782b35d8f23f4184a8122f4bacd0b (diff)
Header, footer, a couple wiki page updatesHEADmaster
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/public/style.css b/public/style.css
index 6be12ac..0d88240 100644
--- a/public/style.css
+++ b/public/style.css
@@ -130,7 +130,7 @@ footer {
max-width: 100px;
}
-@media(max-width: 600px) {
+@media(max-width: 620px) {
body {
padding: 10px;
}
@@ -141,7 +141,8 @@ footer {
header nav ul li:nth-of-type(5),
header nav ul li:nth-of-type(6),
header nav ul li:nth-of-type(7),
- header nav ul li:nth-of-type(8) {
+ header nav ul li:nth-of-type(8),
+ header nav ul li:nth-of-type(9) {
display: none;
}
li.more {