Skip to content

Commit cd3fe46

Browse files
committed
address 2nd review
Signed-off-by: szaimen <szaimen@e.mail.de>
1 parent 1b862a6 commit cd3fe46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/accessibility/css/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
}
6363
}
6464

65-
@media (max-width: $breakpoint-mobile/2) {
65+
@media (max-width: math.div($breakpoint-mobile, 2)) {
6666
.app-settings #accessibility .preview-list .preview {
6767
display: unset;
6868

0 commit comments

Comments
 (0)