all repos — homestead @ 5560c613e0b6fa4f0a8b3b3b2dc444b59c2b1038

Code for my website

Reduce margins on mobile devices

Alan Pearce
commit

5560c613e0b6fa4f0a8b3b3b2dc444b59c2b1038

parent

d5db59a08c8fa64f9935ae804acacdddace23570

1 file changed, 1 insertion(+), 2 deletions(-)

jump to
M templates/style.csstemplates/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;