feat: add 'home' link to header menu on mobile view for better accessibility (#192)

This commit is contained in:
Robert Kaussow 2021-08-24 17:45:40 +02:00 committed by GitHub
parent cb8747b98e
commit c11015bb0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View file

@ -206,7 +206,8 @@ img {
}
}
&__control {
&__control,
&__home {
display: none;
.icon {

View file

@ -28,7 +28,8 @@
display: none;
}
&__control {
&__control,
&__home {
display: inline-block;
}
}