diff --git a/src/components/SubscribeNotificationTip/index.scss b/src/components/SubscribeNotificationTip/index.scss index 0bd71f3..a16a1c8 100644 --- a/src/components/SubscribeNotificationTip/index.scss +++ b/src/components/SubscribeNotificationTip/index.scss @@ -1,5 +1,6 @@ .subscribe_notification_tip { - margin: 0 12px; + box-sizing: border-box !important; + // margin: 0 12px; padding: 12px 16px; background: rgba(14, 238, 193, 0.04); border: 0.5px solid rgba(0, 0, 0, 0.08); diff --git a/src/other_pages/enable_notification/index.scss b/src/other_pages/enable_notification/index.scss index af0ab9f..4eada00 100644 --- a/src/other_pages/enable_notification/index.scss +++ b/src/other_pages/enable_notification/index.scss @@ -1,6 +1,6 @@ .enable_notification_page { width: 100%; - min-height: 100vh; + // min-height: 100vh; background: radial-gradient(circle at 50% 0%, rgba(191, 255, 239, 1) 0%, rgba(255, 255, 255, 1) 37%); display: flex; flex-direction: column;