make menu less cramped on tiled windows
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aadil Ayub 2022-04-12 23:02:16 +05:00
parent ed313dfb28
commit 352ce6de39

View File

@ -999,3 +999,9 @@ footer a:hover {
display: none; display: none;
} }
} }
@media (max-width: 960px) {
.menu ul:first-child {
padding-left: 0;
}
}