Fix responsiveness issue of sso buttons (#165)

This commit is contained in:
Zainab Amir
2021-02-25 15:03:50 +05:00
committed by GitHub
parent 5228bc2090
commit 6faad1d1d5

View File

@@ -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;