mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42:05 +00:00
intro padding increased
This commit is contained in:
parent
be483f8ade
commit
2bcdd1e497
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
||||||
.form-container {
|
.form-container {
|
||||||
width: var(--form-width);
|
width: var(--form-width);
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 2% 0;
|
padding: 5% 0;
|
||||||
|
|
||||||
.facebook-button, .submit-button, .switch-form-button, .guest-login-button {
|
.facebook-button, .submit-button, .switch-form-button, .guest-login-button {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue