Follow-up padding fix for de559f3

This commit is contained in:
Kris 2020-02-19 11:24:45 -05:00
parent de559f3fe3
commit fdb45f2ba1

View File

@ -74,7 +74,7 @@
} }
.feature-section { .feature-section {
display: block; display: block;
padding: 1em 0.667em; padding: 1em 0;
&:not(:last-of-type) { &:not(:last-of-type) {
border-bottom: 1px solid $primary-low; border-bottom: 1px solid $primary-low;
} }
@ -118,6 +118,7 @@
} }
.mobile-view .feature-topic .feature-section { .mobile-view .feature-topic .feature-section {
padding: 1em 0.667em;
.desc { .desc {
display: block; display: block;
clear: both; clear: both;