fix notice-message spacing on livestream page

This commit is contained in:
seanyesmunt 2021-04-06 17:20:16 -04:00
parent ac7ba6b4d9
commit e23a6f3cd6

View file

@ -16,6 +16,10 @@
right: 0; right: 0;
bottom: 0; bottom: 0;
} }
~ .notice-message {
margin-top: var(--spacing-m);
}
} }
.livestream__discussion { .livestream__discussion {