Skip to content

Commit 0c93c9e

Browse files
committed
useable collection sketch list
1 parent 3b634db commit 0c93c9e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

client/styles/components/_collection.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
overflow: hidden;
66
display: flex;
77
flex-direction:column;
8+
9+
@media (max-width:770px) {
10+
padding: 0;
11+
}
812
}
913

1014
.collection {
@@ -22,6 +26,9 @@
2226

2327
.collection-metadata__columns {
2428
display: flex;
29+
@media (max-width:770px) {
30+
flex-direction: column;
31+
}
2532
}
2633

2734
.collection-metadata__column--left,

0 commit comments

Comments
 (0)