Aligning toasts better on embed

This commit is contained in:
Kasper Rynning-Tønnesen
2018-03-05 15:42:40 +01:00
parent 19a5dc9c27
commit 43af39c03a

View File

@@ -429,6 +429,6 @@ padding: 0 5px;
@media only screen and (max-width: 992px) and (min-width: 601px) {
#toast-container {
bottom: 12%;
bottom: 90px;
}
}