feat: add 'home' link to header menu on mobile view for better accessibility (#192)
This commit is contained in:
parent
cb8747b98e
commit
c11015bb0d
3 changed files with 10 additions and 2 deletions
|
@ -206,7 +206,8 @@ img {
|
|||
}
|
||||
}
|
||||
|
||||
&__control {
|
||||
&__control,
|
||||
&__home {
|
||||
display: none;
|
||||
|
||||
.icon {
|
||||
|
|
|
@ -28,7 +28,8 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
&__control {
|
||||
&__control,
|
||||
&__home {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue