Merge pull request #1374 from processing/collection-responsive

Add responsive width to collection metadata
This commit is contained in:
Cassie Tarakajian 2020-04-08 13:15:35 -04:00 committed by GitHub
commit 01855f3565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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