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