Add accessibility.

This commit is contained in:
Oliver Rümpelein 2021-01-16 15:16:40 +01:00
parent 319c40c4a7
commit 25755385c0
5 changed files with 46 additions and 24 deletions

View file

@ -11,7 +11,7 @@
font-family: $font-heading;
display: block;
height: 50px;
padding: 0px;
padding: 0;
color: $c-light-grey;
border: none;
line-height: 50px;

View file

@ -0,0 +1,3 @@
.hidden {
display: none;
}