fix menu on mobile

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

2
.todo
View File

@ -1,5 +1,5 @@
Tasks:
☐ fix menu on mobile
✔ fix menu on mobile @done(21-10-01 22:47)
☐ add text content from content priority guide to the site
☐ add videos to the videos page
☐ draft text content for remaining pages

File diff suppressed because one or more lines are too long

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;