header menu propre

This commit is contained in:
2021-12-21 12:31:45 +01:00
parent c9d59bec1c
commit 0b2878a290
2 changed files with 24 additions and 10 deletions
@@ -78,14 +78,18 @@
list-style: none;
display: flex;
flex-direction: row;
justify-content: space-around;
width: 100%;
padding: 0.5rem;
.is-active{
color:$blue-light;
}
ul{
display: flex;
flex-direction: column;
padding: 1rem;
// padding: 1rem;
padding: 0.5rem;
.is-active{
color:$blue-light;
}
@@ -93,9 +97,13 @@
li{
display: flex;
flex-direction: column;
padding: 1rem;
padding: 0.5rem;
align-items: center;
min-width: 260px;
a {
color: $black;
text-align: center;
}
.is-active{
color:$blue-light;
@@ -112,9 +120,10 @@
:hover ul{
ul{
display: block;
display: flex;
background-color: $white;
padding: 0.2rem;
justify-content: space-around;
// padding: 0.5rem;
.is-active{
color:$blue-light;
}