Fixed a deadzone caused by notifications. (#119)

This commit is contained in:
Jas Singh
2024-08-12 22:46:37 -07:00
committed by GitHub
parent b23f1a32cb
commit ea2ebc5c4b
2 changed files with 2 additions and 6 deletions

View File

@@ -1,7 +1,3 @@
.notification-card-container {
margin-top: 3.5rem;
}
.notification-card {
color: $notification-text;
background: $notification-background;