#issue-19 Amélioration des contrastes

This commit is contained in:
Damien Broqua 2022-02-23 11:33:57 +01:00
parent bd590d7a75
commit c92f465003
6 changed files with 15 additions and 9 deletions

View file

@ -45,4 +45,8 @@ html {
@include respond-to("small") {
padding: 0 0.7rem;
}
}
.is-hidden {
display: none;
}