From 84d61655eb98fa0de1fb0893ea32afdbab9c70b0 Mon Sep 17 00:00:00 2001 From: Alec Maier Date: Sat, 7 Sep 2019 11:28:28 -0400 Subject: [PATCH] Update mobile styling to fit device width --- static/styles.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/styles.css b/static/styles.css index 1a448c5..31f9d4d 100644 --- a/static/styles.css +++ b/static/styles.css @@ -24,8 +24,8 @@ .card { padding: 0.5em; - width: 8em; - height: 11.5em; + width: 7em; + height: 10.5em; font-size: 0.9em; margin: 0 0.7em 0.7em 0; } @@ -385,8 +385,8 @@ button { #card-select-header button { margin-right: 1em; - width: 11em; - padding: 1em; + width: 10em; + padding: 0.8em; } #card-select-header span {