moar style??
Jes Olson j3s@c3f.net
Wed, 22 Mar 2023 20:33:59 -0700
1 files changed,
5 insertions(+),
7 deletions(-)
jump to
M
files/style.css
→
files/style.css
@@ -1,6 +1,6 @@
html { font-family: monospace; - max-width: 500px; + max-width: 550px; margin: 10px auto; /* make sure the scrollbar is always shown so the width doesnt change between pages */@@ -27,15 +27,13 @@ }
ul { list-style-type: none; - padding-left: 20px; - padding-right: 20px; + padding-left: 30px; + padding-right: 30px; } ul li { - padding-top: 0.4rem; - padding-bottom: 0.4rem; - font-size: 1.05rem; - border-bottom: 1px dotted #000; + padding: 0.5rem; + font-size: 1.1rem; } nav a {