fix menu on mobile

This commit is contained in:
2021-10-01 22:48:02 +05:00
parent ae1257b2d6
commit 75d2c37b63
3 changed files with 3 additions and 2 deletions

View File

@ -31,6 +31,7 @@ hr {
a {
padding: 0.5rem 0;
font-size: 1.3rem;
@media (max-width: 480px) { font-size: 1.1rem; }
color: $text-colour;
border-bottom-color: $hr-color;
border-bottom-width: $hr-width;