From 6b86a7004167c880fd5492aeae6f6cff247ed07e Mon Sep 17 00:00:00 2001 From: Alec Maier Date: Sat, 31 Aug 2019 19:46:24 -0400 Subject: [PATCH] Last styling tweaks for now --- static/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles.css b/static/styles.css index 05bb071..2373fa4 100644 --- a/static/styles.css +++ b/static/styles.css @@ -6,7 +6,7 @@ .app-header-secondary { font-size: 35px; - margin: 2em 0 0.5em 0; + margin: 0.3em 0; } .card { @@ -19,7 +19,7 @@ } .app-content { - width: 95%; + width: 92%; } }