Merge pull request #1374 from processing/collection-responsive
Add responsive width to collection metadata
This commit is contained in:
commit
01855f3565
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue