review: hide logo at 750px already

This commit is contained in:
Timo K
2026-04-14 17:06:31 +02:00
parent a069d28f3a
commit f7e1fa74cd

View File

@@ -102,7 +102,7 @@ Please see LICENSE in the repository root for full details.
}
/*First hide the logo*/
@media (max-width: 660px) {
@media (max-width: 750px) {
.logo {
display: none;
}