diff --git a/web/profiles/d8-starterkit-profile b/web/profiles/d8-starterkit-profile index 9b46db9..6fe8986 160000 --- a/web/profiles/d8-starterkit-profile +++ b/web/profiles/d8-starterkit-profile @@ -1 +1 @@ -Subproject commit 9b46db9c56faf2cbc965ea1b76ce5345e7f46c0f +Subproject commit 6fe8986494069c7e9bf019cbe98d8f2c7d5166d0 diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index 39215cb..599751f 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -799,6 +799,9 @@ header { position: fixed; z-index: 99; } +#block-socialnetwork-2 { + display: none; } + #header-top { height: 7rem; background-color: white; @@ -920,6 +923,8 @@ header { flex-direction: row; background-color: white; padding-top: 3rem; } + #fotter-bottom #block-socialnetwork { + display: none; } #fotter-bottom .region { display: block; padding-left: 1rem; diff --git a/web/themes/custom/eql/scss/partials/_footer.scss b/web/themes/custom/eql/scss/partials/_footer.scss index 120bcb8..3598ce7 100644 --- a/web/themes/custom/eql/scss/partials/_footer.scss +++ b/web/themes/custom/eql/scss/partials/_footer.scss @@ -9,6 +9,10 @@ background-color: $white; padding-top: 3rem; + #block-socialnetwork { + display: none; + } + .region{ display: block; padding-left: 1rem; diff --git a/web/themes/custom/eql/scss/partials/_header.scss b/web/themes/custom/eql/scss/partials/_header.scss index d8063c4..aa91583 100644 --- a/web/themes/custom/eql/scss/partials/_header.scss +++ b/web/themes/custom/eql/scss/partials/_header.scss @@ -8,9 +8,13 @@ header{ position: fixed; z-index: 99; - + } + +#block-socialnetwork-2{ + display: none; +} #header-top { height: 7rem; background-color: $white;