Remove padding

This commit is contained in:
Andrew Nicolaou 2019-11-10 20:32:03 +01:00
parent ed1945ab4b
commit ecba54ee55
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@
.collection-metadata { .collection-metadata {
margin: 0px #{56 / $base-font-size}rem; margin: 0px #{56 / $base-font-size}rem;
padding: #{24 / $base-font-size}rem #{10 / $base-font-size}rem; padding: #{24 / $base-font-size}rem 0;
} }
.collection-metadata__columns { .collection-metadata__columns {
@ -85,7 +85,6 @@
.collection-share { .collection-share {
text-align: right; text-align: right;
// padding: #{10 / $base-font-size}rem #{30 / $base-font-size}rem;
} }
.collection-share__button { .collection-share__button {