Commit 8876b4b7 authored by Cole Bemis's avatar Cole Bemis

Adjust spacing

parent ac2b4588
......@@ -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%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment