keep description visible on slightly smaller screens

This commit is contained in:
Koen Lagveen 2023-08-19 14:41:50 +02:00
parent 58c4e0df6d
commit 176e234a27
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ a:active {
bottom: 2rem;
}
}
@media screen and (max-height: 36em) {
@media screen and (max-height: 24em) {
.info-wrapper {
display: none;
}