Le menu mobile s'affiche et s'enlève

This commit is contained in:
Alexel 2023-08-14 17:36:49 -04:00
parent 1e196708fa
commit 842af85788
2 changed files with 30 additions and 6 deletions

View file

@ -83,3 +83,21 @@ text-decoration: none;
}
}
.headerMenuMobile{
font-family: "Poppins";
font-weight: 400; /*regular*/
font-size: 1.25rem; /*20px*/
color: #000; /*Noir pur*/
list-style: none;
font-style: none;
display: none;
}
.nav-is-active{
background-color: #fff;
display: flex;
flex-flow: column;
justify-content: space-between;
position: fixed;
top: 75px;
}