diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css
index db0e805..352776a 100644
--- a/web/themes/custom/eql/dist/assets/css/bundle.css
+++ b/web/themes/custom/eql/dist/assets/css/bundle.css
@@ -126,7 +126,7 @@
}
.layout-content {
- padding-top: 7rem;
+ padding-top: 10rem;
padding-bottom: 6rem;
}
@@ -6395,7 +6395,7 @@ body.type-media-reportage-photos .block-region-third .block-entity-fieldnodefiel
padding-right: 2.5rem;
}
#header-top .region-header-top-rigth #block-logoeql img {
- width: 80px;
+ width: 90%;
height: auto;
}
@media (max-width: 870px) {
@@ -6417,6 +6417,11 @@ body.type-media-reportage-photos .block-region-third .block-entity-fieldnodefiel
#header-top .region-header-top-rigth #block-burger :hover {
cursor: pointer;
}
+@media (max-width: 870px) {
+ #header-top .region-header-top-rigth #block-burger {
+ width: 4rem;
+ }
+}
#header-top .region-header-top-rigth #block-burger h2 {
padding-top: 1rem;
font-size: 1em;
@@ -6427,7 +6432,12 @@ body.type-media-reportage-photos .block-region-third .block-entity-fieldnodefiel
display: block;
margin: auto;
height: 70px;
- content: url('data:image/svg+xml,');
+ content: url('data:image/svg+xml,');
+}
+@media (max-width: 870px) {
+ #header-top .region-header-top-rigth #block-burger h2:after {
+ content: url('data:image/svg+xml,');
+ }
}
#header-top .region-header-top-rigth #block-burger #block-burger-menu {
display: block;
diff --git a/web/themes/custom/eql/scss/global/_layout.scss b/web/themes/custom/eql/scss/global/_layout.scss
index d919eb8..e93c1bd 100644
--- a/web/themes/custom/eql/scss/global/_layout.scss
+++ b/web/themes/custom/eql/scss/global/_layout.scss
@@ -33,7 +33,7 @@
}
}
.layout-content{
- padding-top: 7rem;
+ padding-top: 10rem;
padding-bottom: 6rem;
}
.path-frontpage{
diff --git a/web/themes/custom/eql/scss/partials/_header.scss b/web/themes/custom/eql/scss/partials/_header.scss
index 9d245d0..10a070a 100644
--- a/web/themes/custom/eql/scss/partials/_header.scss
+++ b/web/themes/custom/eql/scss/partials/_header.scss
@@ -102,7 +102,7 @@
padding-left: 1rem;
padding-right: 2.5rem;
img{
- width: 80px;
+ width: 90%;
height: auto;
}
@media (max-width: 870px){
@@ -129,6 +129,9 @@
:hover{
cursor: pointer;
}
+ @media (max-width: 870px){
+ width: 4rem;
+ }
h2{
padding-top: 1rem;
font-size: 1em;
@@ -139,7 +142,11 @@
display: block;
margin:auto;
height: 70px;
- content:url('data:image/svg+xml,');
+ content:url('data:image/svg+xml,');
+ @media (max-width: 870px){
+ content:url('data:image/svg+xml,');
+
+ }
}
#block-burger-menu{