Reduce margins on mobile devices
1 file changed, 1 insertion(+), 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;