Adjust spacing

This commit is contained in:
Cole Bemis 2017-04-30 00:23:37 -07:00
parent ac2b458824
commit 8876b4b752

View File

@ -41,6 +41,7 @@ html {
body {
margin: 0;
font-family: "Rubik", sans-serif;
line-height: 1.3;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: $color-text-primary;
@ -174,6 +175,10 @@ a {
outline: none;
cursor: pointer;
@include for-tablet-portrait-up {
margin: 0.5rem;
}
> svg {
width: 100%;
height: 100%;