[frontend/components] Change banner notification location

This commit is contained in:
Lilian 2024-11-17 21:41:40 +01:00 committed by Laura Hausmann
parent 9a3a79ed2c
commit 6a6961baa1
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -1,7 +1,7 @@
.banner-container {
position: fixed;
bottom: 5rem;
right: 5rem;
top: 4rem;
right: 1rem;
background-color: var(--background-color);
border: solid var(--highlight-color) 0.1rem;
border-radius: 1rem;