Skip to content

Commit 6d795c4

Browse files
fix(styles): correct variable assignment for --viewport-max-width
1 parent 1b21b20 commit 6d795c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/ui/styles/default.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
--viewport-max-height: 600px;
99

1010
--viewport-min-width: 380px;
11-
--viewport-max-width: var(--min-width);
11+
--viewport-max-width: var(--viewport-min-width);
1212

1313
--font-family: "Arial", sans-serif;
1414
--font-size: 14px;

0 commit comments

Comments
 (0)