diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-06-24 22:00:00 +0100 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-06-24 22:00:00 +0100 |
commit | 73ef84047e4b0121e4d1edb33ebe145bb97b4e4c (patch) | |
tree | 7a6c0541748cba1c9af1f3b0186e825237359890 /static/styles.css | |
parent | cf988d8722909084c7b372453fcc16a16ecf697a (diff) |
[links] redo with breaking
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/static/styles.css b/static/styles.css index 4f0b453..a0d23f9 100644 --- a/static/styles.css +++ b/static/styles.css @@ -30,19 +30,24 @@ div { padding: 1em; } -table.toplinks { - width: 100%; - td { - width: 1%; +nav.toplinks { + ul { + margin: 0; + padding: 0; text-align: center; - a { - font-size: 1.75em; - color: green; - text-decoration: none; - } - a:hover { - color: darkgreen; - filter: blur(2px); + list-style-type: none; + li { + padding: 1em; + display: inline-block; + a { + font-size: 1.75em; + color: green; + text-decoration: none; + } + a:hover { + color: darkgreen; + filter: blur(2px); + } } } } |