Brandlogo misplacement from small widths

This commit is contained in:
Jeremy Zhang 2017-12-11 19:07:27 +00:00
parent 2d969659ec
commit ca8ffa984b

View File

@ -407,7 +407,7 @@ a {
filter: brightness(0) invert(1); filter: brightness(0) invert(1);
} }
@media screen and (max-width: 280px) { @media screen and (max-width: 390px) {
.brand-logo-text { .brand-logo-text {
display: none; display: none;
} }