fix menu on mobile
This commit is contained in:
parent
ae1257b2d6
commit
75d2c37b63
2
.todo
2
.todo
@ -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
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user