🎨 styles: add spacing bottom for noti page (empty)

:%s
This commit is contained in:
lytrankieio123
2021-09-15 09:50:06 +07:00
parent 77b016ef37
commit 2c3d9e690b

View File

@@ -2,6 +2,10 @@
.emptyPage { .emptyPage {
@apply flex justify-center items-center flex-col; @apply flex justify-center items-center flex-col;
margin-bottom: 5.4rem;
@screen lg {
margin-bottom: 12.8rem;
}
.emptyIcon { .emptyIcon {
padding-bottom: 2.6rem; padding-bottom: 2.6rem;
} }