Skip to content

Commit d33c842

Browse files
committed
fix: calc parentheses
1 parent 5bba15f commit d33c842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass/components/_typography.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ small { font-size: 75%; }
4949
.flow-text{
5050
$i: 0;
5151
@while $i <= $intervals {
52-
@media only screen and (min-width : 360 + ($i * $interval-size)) {
52+
@media only screen and (min-width : (360 + ($i * $interval-size))) {
5353
font-size: 1.2rem * (1 + (.02 * $i));
5454
}
5555
$i: $i + 1;

0 commit comments

Comments
 (0)