summary-card padding added
This commit is contained in:
parent
07dcd11cab
commit
1437b7b4ff
|
@ -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 {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue