mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 13:52:12 +00:00
fix(Intro): modify breakpoint for mobile layout and add some adjustments
This commit is contained in:
parent
235d09f960
commit
315391de7f
1 changed files with 17 additions and 1 deletions
|
|
@ -252,7 +252,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: @minimum) {
|
||||
@media only screen and (max-width: @xsmall) {
|
||||
.intro-container {
|
||||
justify-content: initial;
|
||||
padding: 3rem 1.5rem;
|
||||
|
|
@ -279,6 +279,22 @@
|
|||
.content-container {
|
||||
flex-direction: column-reverse;
|
||||
|
||||
.form-container, .options-container {
|
||||
width: 50%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.options-container {
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: @minimum) {
|
||||
.intro-container {
|
||||
.content-container {
|
||||
.form-container, .options-container {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue