From 4d35f7546aa9060b02905aafa367c9df69ae12f2 Mon Sep 17 00:00:00 2001 From: Alec Maier Date: Sat, 31 Aug 2019 19:41:04 -0400 Subject: [PATCH] mobile styling tweaks --- static/styles.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/styles.css b/static/styles.css index 33b2139..1df2931 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,7 +1,7 @@ @media(max-width: 750px) { .app-header { font-size: 50px; - margin: 0.3em 0; + margin: 2em 0 0.5em 0; } .app-header-secondary { @@ -233,6 +233,7 @@ label { } #message-box { + height: 2em; max-width: 25em; margin: 1em auto; border-bottom: 1px solid #7d0b0b; @@ -312,9 +313,9 @@ label { justify-content: space-between; max-width: 17em; border-radius: 3px; - height: 25em; + height: 23em; margin: 0 auto 2em auto; - width: 82%; + width: 72%; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); perspective: 1000px; animation: flip 0.7s;