diff --git a/webapp/titanembeds/static/css/embedstyle.css b/webapp/titanembeds/static/css/embedstyle.css index e04a05d..89c7c4c 100644 --- a/webapp/titanembeds/static/css/embedstyle.css +++ b/webapp/titanembeds/static/css/embedstyle.css @@ -351,6 +351,12 @@ a { filter: brightness(0) invert(1); } +@media screen and (max-width: 280px) { + .brand-logo-text { + display: none; + } +} + .align-top { vertical-align: top; } diff --git a/webapp/titanembeds/templates/embed.html.j2 b/webapp/titanembeds/templates/embed.html.j2 index 9095ed3..3adf969 100644 --- a/webapp/titanembeds/templates/embed.html.j2 +++ b/webapp/titanembeds/templates/embed.html.j2 @@ -34,7 +34,7 @@