Add responsive width to collection metadata

This commit is contained in:
Cassie Tarakajian 2020-04-08 13:14:39 -04:00
parent 1cfe5dcbd2
commit e4f180f8df
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@
} }
.collection-metadata { .collection-metadata {
width: #{1012 / $base-font-size}rem; max-width: #{1012 / $base-font-size}rem;
width: 100%;
margin: 0 auto; margin: 0 auto;
margin-bottom: #{24 / $base-font-size}rem; margin-bottom: #{24 / $base-font-size}rem;
} }