Skip to content

Commit 61d1d70

Browse files
updated breakpoint to 520px
1 parent 5db2e69 commit 61d1d70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/styles/components/_collection.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@
104104
@extend %dropdown-open-right;
105105
padding: #{20 / $base-font-size}rem;
106106
width: #{350 / $base-font-size}rem;
107-
@media only screen and (max-width: 768px) {
108-
position: absolute;
109-
left:-10rem;
107+
@media only screen and (max-width: 520px) {
108+
max-width: 90vw;
109+
right: -#{120 / $base-font-size}rem;
110110
}
111111
}
112112

0 commit comments

Comments
 (0)