From 2c53691d5bdc8b9bd235fb4d5cec5556e4e564a3 Mon Sep 17 00:00:00 2001 From: fenwick67 Date: Fri, 15 Sep 2017 19:45:06 -0500 Subject: [PATCH] add small margin for mobile --- static/stylesheet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/stylesheet.css b/static/stylesheet.css index 0eb4d78..87ec73f 100644 --- a/static/stylesheet.css +++ b/static/stylesheet.css @@ -48,7 +48,8 @@ body { color: #5f6b84; font-size: 13px; line-height: 18px; - font-weight: 400 + font-weight: 400; + margin:1em } h1 { @@ -127,4 +128,3 @@ a { color: #9baec8; margin-left: 4px } -