Merge pull request #939 from dod-ccpo/fix-home-page-icons

Fix home page icons
This commit is contained in:
leigh-mil
2019-06-17 18:36:58 -04:00
committed by GitHub

View File

@@ -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;