From 6faad1d1d55fdddea5095e623dbe70397a6d64e0 Mon Sep 17 00:00:00 2001 From: Zainab Amir Date: Thu, 25 Feb 2021 15:03:50 +0500 Subject: [PATCH] Fix responsiveness issue of sso buttons (#165) --- src/_style.scss | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/_style.scss b/src/_style.scss index 6395dcf5..4aa1a376 100644 --- a/src/_style.scss +++ b/src/_style.scss @@ -257,7 +257,7 @@ $apple-focus-black: $apple-black; } a span { - font-size: 0; + @extend .sr-only; } .mw-420 { @@ -297,6 +297,17 @@ a span { } } +@media (max-width: 600px) { + .btn-social { + width: 47%; + margin-bottom: 0.75rem; + } + + .tpa-container { + justify-content: center; + } +} + @media (max-width: 450px) { .section-heading-line { position: relative;