Fix account header image missing in low-res (#24433)

This commit is contained in:
Christian Schmidt 2023-04-07 11:57:43 +02:00 committed by GitHub
parent 369f239f7b
commit d7b8c6db7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -36,10 +36,6 @@
@media screen and (max-width: 600px) {
height: 200px;
}
@media screen and (max-width: $no-gap-breakpoint) {
display: none;
}
}
&__bar {