Fix responsiveness issue of sso buttons (#165)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user