From 7192dae2388de5302b00385f0ad61a3f67dabe69 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Mon, 7 Jan 2019 22:49:40 -0600 Subject: [PATCH] Tweaking button padding --- assets/css/site.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/css/site.css b/assets/css/site.css index 561ffed..7bc0da4 100644 --- a/assets/css/site.css +++ b/assets/css/site.css @@ -90,7 +90,7 @@ button:hover .icon svg { .button { background-color: $primary-color; color: $white; - padding: 0.5em 1em; + padding: 0.25em 0.75em; border-radius: 2em; display: inline-block; } @@ -207,9 +207,12 @@ button:hover .icon svg { width: 150px; height: 100px; } +.home-buttons { + margin-top: 1.5em; +} .home-buttons .menu { display: inline-block; - padding: 0.5em 1em; + padding: 0.25em 0.75em; } .menu { margin-bottom: 1.5em;