fix menu on mobile
This commit is contained in:
parent
ae1257b2d6
commit
75d2c37b63
2
.todo
2
.todo
@ -1,5 +1,5 @@
|
|||||||
Tasks:
|
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 text content from content priority guide to the site
|
||||||
☐ add videos to the videos page
|
☐ add videos to the videos page
|
||||||
☐ draft text content for remaining pages
|
☐ draft text content for remaining pages
|
||||||
|
File diff suppressed because one or more lines are too long
@ -31,6 +31,7 @@ hr {
|
|||||||
a {
|
a {
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
|
@media (max-width: 480px) { font-size: 1.1rem; }
|
||||||
color: $text-colour;
|
color: $text-colour;
|
||||||
border-bottom-color: $hr-color;
|
border-bottom-color: $hr-color;
|
||||||
border-bottom-width: $hr-width;
|
border-bottom-width: $hr-width;
|
||||||
|
Reference in New Issue
Block a user