diff options
| author | Bradley Taunt <bt@btxx.org> | 2025-09-25 13:30:54 -0400 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2025-09-25 13:30:54 -0400 |
| commit | ebb2eaac07edd8c72c85b715f5ebd02a1034c4aa (patch) | |
| tree | 41446c2ffd9e5e7496b3d87bc66f6f09d8d0d19f /public | |
| parent | 3a5be04c0ec782b35d8f23f4184a8122f4bacd0b (diff) | |
Diffstat (limited to 'public')
| -rw-r--r-- | public/style.css | 5 |
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 { |
