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