diff --git a/src/app/common/social-wrapper/social-wrapper.component.html b/src/app/common/social-wrapper/social-wrapper.component.html
index 0496a91386..f4191b3d8f 100644
--- a/src/app/common/social-wrapper/social-wrapper.component.html
+++ b/src/app/common/social-wrapper/social-wrapper.component.html
@@ -27,5 +27,4 @@
rel="nofollow">
-
diff --git a/src/app/common/social-wrapper/social-wrapper.component.scss b/src/app/common/social-wrapper/social-wrapper.component.scss
index 104101aba2..8755dccb93 100644
--- a/src/app/common/social-wrapper/social-wrapper.component.scss
+++ b/src/app/common/social-wrapper/social-wrapper.component.scss
@@ -12,7 +12,6 @@
.social-wrapper {
@extend .center-top;
float: right;
- padding-right: 40px;
position: relative;
display: flex;
@@ -41,18 +40,16 @@
color: var(--primary);
}
}
- @include media(medium) {
- padding-right: 20px;
- }
+
@include media(small) {
top: 0;
transform: none;
- padding-right: 0;
a {
display: none;
}
}
+
@media print {
display: none;
}
diff --git a/src/app/homepage/header/header.component.html b/src/app/homepage/header/header.component.html
index 4785ca8759..3f8697e2f0 100644
--- a/src/app/homepage/header/header.component.html
+++ b/src/app/homepage/header/header.component.html
@@ -43,6 +43,7 @@
+