adjusted spacing

This commit is contained in:
monkeywithacupcake 2018-01-14 07:26:14 +09:00 committed by GitHub
parent 9c7f01301b
commit 4e26555c3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
@mixin media-query($device) {
@media screen and (max-width: $device) {
@content;
}
@media screen and (max-width: $device) {
@content;
}
}
@media screen and (min-width: $viewport-small) {
html {
font-size: 16px;
}
html {
font-size: 16px;
}
h1,
.h1 {