From ca8ffa984bcf7f7212e16d454b52b1c2ef1064d3 Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Mon, 11 Dec 2017 19:07:27 +0000 Subject: [PATCH] Brandlogo misplacement from small widths --- webapp/titanembeds/static/css/embedstyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/titanembeds/static/css/embedstyle.css b/webapp/titanembeds/static/css/embedstyle.css index 452c377..7640274 100644 --- a/webapp/titanembeds/static/css/embedstyle.css +++ b/webapp/titanembeds/static/css/embedstyle.css @@ -407,7 +407,7 @@ a { filter: brightness(0) invert(1); } -@media screen and (max-width: 280px) { +@media screen and (max-width: 390px) { .brand-logo-text { display: none; }