mirror of
https://github.com/flarum/framework.git
synced 2024-11-30 05:13:37 +08:00
Remove excerpt margin on mobile
This commit is contained in:
parent
327989d40c
commit
6922c3081e
|
@ -83,7 +83,6 @@
|
|||
}
|
||||
.item-excerpt {
|
||||
margin-top: 4px;
|
||||
margin-right: 170px;
|
||||
white-space: normal;
|
||||
font-size: 12px;
|
||||
line-height: 1.5em;
|
||||
|
@ -210,6 +209,11 @@
|
|||
left: auto;
|
||||
}
|
||||
}
|
||||
.DiscussionListItem-info {
|
||||
.item-excerpt {
|
||||
margin-right: 170px;
|
||||
}
|
||||
}
|
||||
.DiscussionListItem-content {
|
||||
padding-left: 52px;
|
||||
padding-right: 80px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user