Skip to content

Commit cd86dd6

Browse files
committed
style: add tablet mixin, match sizes below desktop
1 parent ab5f66c commit cd86dd6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sass/_macros.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@
33
@content;
44
}
55
}
6+
7+
@mixin tablet {
8+
@media (max-width: 1039px) {
9+
@content;
10+
}
11+
}

0 commit comments

Comments
 (0)