We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402752e commit ea5e551Copy full SHA for ea5e551
client/styles/components/_collection.scss
@@ -108,7 +108,7 @@
108
width: #{math.div(350, $base-font-size)}rem;
109
@media only screen and (max-width: 520px) {
110
max-width: 90vw;
111
- right: -#{120 / $base-font-size}rem;
+ right: -#{math.div(120, $base-font-size)}rem;
112
}
113
114
client/styles/components/_overlay.scss
@@ -52,7 +52,7 @@
52
53
54
.overlay__actions-mobile {
55
- padding-left: #{24/ $base-font-size}rem;
+ padding-left: #{math.div(24, $base-font-size)}rem;
56
57
58
.overlay__title {
0 commit comments