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