mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
Follow-up padding fix for de559f3
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user