From 41d4bf4edd6979fd7aad6cb7ef7fdab9d4a67317 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sun, 4 Feb 2018 05:33:30 -0600 Subject: Minor updates --- _sass/site.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '_sass/site.scss') diff --git a/_sass/site.scss b/_sass/site.scss index 1ce122b..3a3aadd 100644 --- a/_sass/site.scss +++ b/_sass/site.scss @@ -146,8 +146,9 @@ pre { } #register { #feature-register { - background-color:#eee; - padding:60px 0; + background-color: #eee; + padding-top: 40px; + padding-bottom: 20px; } } @@ -234,7 +235,7 @@ pre { #register-window { .card { margin-left: 25px; - min-height: unset; + min-height: 472px; margin-bottom: unset; } -- cgit v1.2.3-59-ga6da