Skip to content

Commit

Permalink
fix: calc parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
wuda-io committed Feb 25, 2025
1 parent 5bba15f commit d33c842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/components/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ small { font-size: 75%; }
.flow-text{
$i: 0;
@while $i <= $intervals {
@media only screen and (min-width : 360 + ($i * $interval-size)) {
@media only screen and (min-width : (360 + ($i * $interval-size))) {
font-size: 1.2rem * (1 + (.02 * $i));
}
$i: $i + 1;
Expand Down

0 comments on commit d33c842

Please sign in to comment.