mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 08:09:33 +08:00
Follow-up padding fix for de559f3
This commit is contained in:
parent
de559f3fe3
commit
fdb45f2ba1
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user