summary-card padding added

This commit is contained in:
zzossig 2020-01-27 19:20:36 +09:00
parent 07dcd11cab
commit 1437b7b4ff
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
.summary-card { .summary-card {
padding: 1rem;
@include animation('slide-in-down .2s .3s 1 ease-in both'); @include animation('slide-in-down .2s .3s 1 ease-in both');
.title { .title {
@ -66,7 +67,7 @@
} }
&:not(:last-child) { &:not(:last-child) {
hr { hr {
margin-bottom: 4rem; margin-bottom: 2.5rem;
} }
} }
&:last-child { &:last-child {