Skip to content

Commit e502951

Browse files
google login button width fix
1 parent db0ca0b commit e502951

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

frontend/src/app/components/registration/registration.component.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
margin-top: 20px;
3737
font-weight: 500;
3838
text-align: center;
39-
width: 70%;
39+
width: 75%;
4040
}
4141

4242
@media screen and (max-width: 600px) {
@@ -64,8 +64,10 @@
6464
padding: 0 16px;
6565
}
6666

67-
#google_registration_button ::ng-deep iframe {
68-
width: 100% !important;
67+
@media screen and (max-width: 600px) {
68+
#google_registration_button ::ng-deep iframe {
69+
width: 100% !important;
70+
}
6971
}
7072

7173
.soc-button {

0 commit comments

Comments
 (0)