add more padding around icons

This commit is contained in:
leigh-mil 2019-06-17 16:44:42 -04:00
parent 9aabfa0503
commit 7dcafc4cc1

View File

@ -28,10 +28,18 @@
.links { .links {
justify-content: flex-start; justify-content: flex-start;
.icon-link {
padding: $gap ($gap * 4);
}
.icon-link:first-child { .icon-link:first-child {
padding-left: 0; padding-left: 0;
} }
.icon-link:last-child {
padding-right: 0;
}
.icon-link:hover { .icon-link:hover {
background-color: transparent; background-color: transparent;
color: $color-gray-dark; color: $color-gray-dark;