Skip to content

Commit

Permalink
fix: info card top padding
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Jan 20, 2020
1 parent 1988c14 commit fd6a1f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/styles/components/_info-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

.info-card {
background-color: $grey-200;
padding: rem(28);
padding: rem(14) rem(28) rem(28);
position: relative;

button {
Expand All @@ -18,6 +18,7 @@
font-family: $font-family-sans;
font-size: rem(22);
font-weight: $font-weight-bold;
margin-top: 0;

svg {
display: block;
Expand Down

0 comments on commit fd6a1f7

Please sign in to comment.