From 7dcafc4cc144881a1e3a3e1cdac2e38d87ba13ae Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Mon, 17 Jun 2019 16:44:42 -0400 Subject: [PATCH] add more padding around icons --- styles/sections/_home.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/styles/sections/_home.scss b/styles/sections/_home.scss index 4a4e1354..ea448125 100644 --- a/styles/sections/_home.scss +++ b/styles/sections/_home.scss @@ -28,10 +28,18 @@ .links { justify-content: flex-start; + .icon-link { + padding: $gap ($gap * 4); + } + .icon-link:first-child { padding-left: 0; } + .icon-link:last-child { + padding-right: 0; + } + .icon-link:hover { background-color: transparent; color: $color-gray-dark;