hide long title on mobile

This commit is contained in:
j 2021-10-12 10:41:57 +01:00
commit 51fc61be23
2 changed files with 8 additions and 2 deletions

View file

@ -29,3 +29,9 @@ nav {
color: #fff;
}
}
@media screen and (max-width: 799px) {
.hide-mobile {
display: none;
}
}