Skip to content

Commit 01855f3

Browse files
authored
Merge pull request #1374 from processing/collection-responsive
Add responsive width to collection metadata
2 parents 1cfe5dc + e4f180f commit 01855f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/styles/components/_collection.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
}
99

1010
.collection-metadata {
11-
width: #{1012 / $base-font-size}rem;
11+
max-width: #{1012 / $base-font-size}rem;
12+
width: 100%;
1213
margin: 0 auto;
1314
margin-bottom: #{24 / $base-font-size}rem;
1415
}

0 commit comments

Comments
 (0)