mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-25 02:31:59 -05:00
Fixed spacing bug on filtered posts empty state
This commit is contained in:
parent
db09ec7b01
commit
edbdcb410d
1 changed files with 2 additions and 2 deletions
|
@ -518,8 +518,8 @@
|
|||
margin-top: -32px;
|
||||
}
|
||||
|
||||
.no-posts-box .no-posts h4 {
|
||||
margin: 24px 0;
|
||||
.no-posts-box .no-posts h3 {
|
||||
margin: 32px 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue