mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Adjust spacing
This commit is contained in:
parent
ac2b458824
commit
8876b4b752
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user