From 2c3d9e690b47ec277e9b336b91eb8f65419ae95c Mon Sep 17 00:00:00 2001 From: lytrankieio123 Date: Wed, 15 Sep 2021 09:50:06 +0700 Subject: [PATCH] :art: styles: add spacing bottom for noti page (empty) :%s --- .../NotificationEmptyPage/NotificationEmptyPage.module.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/modules/Notification/NotificationEmptyPage/NotificationEmptyPage.module.scss b/src/components/modules/Notification/NotificationEmptyPage/NotificationEmptyPage.module.scss index 21c4e9cc3..13efe5e14 100644 --- a/src/components/modules/Notification/NotificationEmptyPage/NotificationEmptyPage.module.scss +++ b/src/components/modules/Notification/NotificationEmptyPage/NotificationEmptyPage.module.scss @@ -2,6 +2,10 @@ .emptyPage { @apply flex justify-center items-center flex-col; + margin-bottom: 5.4rem; + @screen lg { + margin-bottom: 12.8rem; + } .emptyIcon { padding-bottom: 2.6rem; }