From 43af39c03aa77d121dd3af97b93c519f8d259cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 5 Mar 2018 15:42:40 +0100 Subject: [PATCH] Aligning toasts better on embed --- server/public/assets/css/embed.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/public/assets/css/embed.css b/server/public/assets/css/embed.css index 7fab6665..5424ee03 100755 --- a/server/public/assets/css/embed.css +++ b/server/public/assets/css/embed.css @@ -429,6 +429,6 @@ padding: 0 5px; @media only screen and (max-width: 992px) and (min-width: 601px) { #toast-container { - bottom: 12%; + bottom: 90px; } }