From 9499d4cd98df4eeccd7d3ec931ac8e5394727902 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 27 Sep 2020 17:18:58 -0500 Subject: [PATCH] Make buttons better --- styles/buttons.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/styles/buttons.css b/styles/buttons.css index 39b4dfa..f6e017c 100644 --- a/styles/buttons.css +++ b/styles/buttons.css @@ -9,15 +9,14 @@ * Used on the index for services */ div.iconbuttoncontainer { display: grid; + grid-gap: 1em; grid-template-columns: 1fr 1fr 1fr; - grid-template-rows: auto auto auto auto; } a.iconbutton { background: var(--background-bright); border-radius: 8px; box-shadow: 5px 5px var(--shadow); display: block; - margin: 0.5em; padding: 1em; text-align: center; }