small pixel drawing of a pufferfish vore

Merge pull request #3 from dzwdz/main-1

css: do better on ultrawides and narrow screens
j3s j3s@c3f.net
Sun, 06 Aug 2023 23:01:07 -0500
commit

764bc03e4b89552e9027a5a1cdf6a44e247fd4cc

parent

68f6a18b45d32617ddbfc223139d67edcfc85a3b

1 files changed, 2 insertions(+), 3 deletions(-)

jump to
M files/static/style.cssfiles/static/style.css

@@ -4,7 +4,6 @@ max-width: 600px;

margin: 20px auto; /* make sure the scrollbar is always shown so the width doesnt change between pages */ - font-size: calc(12px + 0.5vw); overflow-y: scroll; }

@@ -31,8 +30,8 @@ }

ul { list-style-type: none; - padding-left: 30px; - padding-right: 30px; + padding-left: 0; + padding-right: 0; } ul li {