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;