diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index 8166589..544f0e4 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -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; diff --git a/web/themes/custom/eql/scss/partials/_header.scss b/web/themes/custom/eql/scss/partials/_header.scss index 5d186f1..dcc4f2f 100644 --- a/web/themes/custom/eql/scss/partials/_header.scss +++ b/web/themes/custom/eql/scss/partials/_header.scss @@ -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