FIX: adjust max-width of social login buttons for non-English locals
This commit is contained in:
parent
4b2e42757d
commit
5eb0066be9
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
button {
|
button {
|
||||||
flex: 1 1 48%;
|
flex: 1 1 48%;
|
||||||
max-width: 50%;
|
max-width: 70%;
|
||||||
margin: 1% 0 1% 2%;
|
margin: 1% 0 1% 2%;
|
||||||
font-size: $font-up-1;
|
font-size: $font-up-1;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
Loading…
Reference in New Issue