From 5dc95a56096de2e259e9d104fb2818da83d66bdb Mon Sep 17 00:00:00 2001 From: Set Sakrecoer Date: Tue, 5 Nov 2019 13:00:58 +0100 Subject: [PATCH] fixing size of buttons --- _sass/isotope.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_sass/isotope.scss b/_sass/isotope.scss index e40fc0d..4eb8514 100644 --- a/_sass/isotope.scss +++ b/_sass/isotope.scss @@ -5,13 +5,15 @@ .button { display: inline-block; - padding: 10px 18px; + // padding: 10px 18px; margin: 0 10px 10px 0; + width: 50px; + height: 50px; background: rgba(65, 106, 0, 0.473); border: none; border-radius: 300px; - font-size: 16px; + font-size: .65em; text-shadow: 0 1px white; transition: all .2s ease; }