make menu less cramped on tiled windows

This commit is contained in:
Aadil Ayub 2022-04-12 23:02:16 +05:00
parent ed313dfb28
commit 352ce6de39
1 changed files with 6 additions and 0 deletions

View File

@ -998,4 +998,10 @@ footer a:hover {
.lumbung-radio-player {
display: none;
}
}
@media (max-width: 960px) {
.menu ul:first-child {
padding-left: 0;
}
}