Revert "Use max-width instead of width and min()"

This reverts commit 997820db57.

Using max-width makes the site look terrible on mobile since the text fills the entire screen instead of only 90%
This commit is contained in:
Anthony Wang 2024-01-11 02:40:14 +00:00
parent ebda9b5248
commit 1c77dbeef5
Signed by: a
SSH key fingerprint: SHA256:B5ADfMCqd2M7d/jtXDoihAV/yfXOAbWWri9+GdCN4hQ

View file

@ -1,6 +1,6 @@
body {
font-family: DejaVu Sans Mono, Noto Sans Mono, Hack, monospace;
max-width: 720px;
width: min(720px, 90%);
margin-left: auto;
margin-right: auto;
text-align: center;