adjusted spacing
This commit is contained in:
parent
9c7f01301b
commit
4e26555c3a
|
|
@ -1,13 +1,13 @@
|
||||||
@mixin media-query($device) {
|
@mixin media-query($device) {
|
||||||
@media screen and (max-width: $device) {
|
@media screen and (max-width: $device) {
|
||||||
@content;
|
@content;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: $viewport-small) {
|
@media screen and (min-width: $viewport-small) {
|
||||||
html {
|
html {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
.h1 {
|
.h1 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue