Fixed spacing bug on filtered posts empty state

This commit is contained in:
Sanne de Vries 2022-05-25 10:08:47 +02:00
parent db09ec7b01
commit edbdcb410d

View File

@ -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;
}