Le menu mobile s'affiche et s'enlève
This commit is contained in:
parent
1e196708fa
commit
842af85788
2 changed files with 30 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue