Hide home image on small screens

This commit is contained in:
Chocobozzz 2020-09-21 13:57:05 +02:00
parent d7e332bab0
commit 4e5073bdea
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 5 additions and 0 deletions

View File

@ -92,6 +92,11 @@
}
}
@media screen and (max-height: 400px) {
.search-home {
display: none;
}
}
</style>
<script lang="ts">