css header
This commit is contained in:
@@ -3598,7 +3598,6 @@ a {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
padding-left: 3rem;
|
||||
width: 100%;
|
||||
padding-inline-start: 0px;
|
||||
padding: 1rem; }
|
||||
@@ -3622,7 +3621,7 @@ a {
|
||||
max-width: inherit;
|
||||
width: 200px;
|
||||
align-items: center;
|
||||
padding-left: 1rem; }
|
||||
height: 20px; }
|
||||
#header-top .region-header-top-left ul li a {
|
||||
color: black; }
|
||||
#header-top .region-header-top-left ul li .is-active {
|
||||
@@ -3631,6 +3630,8 @@ a {
|
||||
color: #009ee3; }
|
||||
#header-top .region-header-top-left ul li:hover ul {
|
||||
display: block; }
|
||||
#header-top .region-header-top-left ul .ul1.sous-liste.ul2 {
|
||||
padding-left: 1rem; }
|
||||
#header-top #block-socialnetwork-2 {
|
||||
position: relative;
|
||||
top: -33px;
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
padding-left: 3rem;
|
||||
// padding-left: 3rem;
|
||||
// margin-right: 20px;
|
||||
width: 100%;
|
||||
padding-inline-start: 0px;
|
||||
@@ -109,7 +109,8 @@
|
||||
max-width: inherit;
|
||||
width: 200px;
|
||||
align-items: center;
|
||||
padding-left: 1rem;
|
||||
// padding-left: 1rem;
|
||||
height: 20px;
|
||||
// text-align: none
|
||||
|
||||
// .menuOpen{
|
||||
@@ -129,7 +130,13 @@
|
||||
li:hover ul {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.ul1.sous-liste.ul2{
|
||||
padding-left: 1rem;
|
||||
// width: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// reseaux sociaux
|
||||
|
||||
Reference in New Issue
Block a user