Reduce margins on mobile devices
Alan Pearce alan@alanpearce.eu
Thu, 09 Nov 2023 19:57:56 +0100
1 files changed, 1 insertions(+), 2 deletions(-)
jump to
M templates/style.css → templates/style.css
@@ -2,8 +2,7 @@ body { font-family: Verdana, sans-serif; margin: auto; padding: 1em; - max-width: 720px; - max-width: 60vw; + max-width: 50rem; text-align: left; background-color: #fff; word-wrap: break-word;