From e77fd63d1e3a14e4a0611a06c9f22375be3570f7 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Wed, 14 Mar 2018 14:43:18 +0100 Subject: [PATCH] Now that's way better --- style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b0819bd..787dd70 100755 --- a/style.css +++ b/style.css @@ -155,11 +155,16 @@ h1, h2, h3, h4, h5, p { .icon-container a { display: inline-block; padding: 10px; - margin: 25px; + margin: 35px; box-sizing: border-box; - font-size: 32pt; + font-size: 12pt; color: #FFFFFF; transition: color 0.25s ease-in-out; + text-decoration: none; +} + +.icon-container a svg { + font-size: 42pt; } .icon-container a:hover {