corrects spacing issue with svg icon height

refs: #13
This commit is contained in:
Eric McCormick
2017-12-01 09:45:47 -06:00
parent ab237c317b
commit 38959e930f
+4
View File
@@ -101,6 +101,10 @@
@include transition(all .2s ease); @include transition(all .2s ease);
} }
} }
.icon {
height: 28px;
}
} }
.contact-button { .contact-button {