@@ -30,7 +30,7 @@
My Account
Sign In
-
+
Explore the full Bitcoin ecosystem
™
diff --git a/frontend/src/app/shared/components/global-footer/global-footer.component.scss b/frontend/src/app/shared/components/global-footer/global-footer.component.scss
index 79c7dcfce..5cb992c28 100644
--- a/frontend/src/app/shared/components/global-footer/global-footer.component.scss
+++ b/frontend/src/app/shared/components/global-footer/global-footer.component.scss
@@ -136,6 +136,28 @@ footer .sponsor {
max-width: 160px;
}
+.explore-tagline-desktop {
+ display: none;
+}
+
+.explore-tagline-mobile {
+ display: block;
+}
+
+@media (min-width: 901px) {
+ .language-selector {
+ float: right !important;
+ }
+
+ .explore-tagline-desktop {
+ display: block;
+ }
+
+ .explore-tagline-mobile {
+ display: none;
+ }
+}
+
@media (max-width: 1200px) {
.main-logo {