mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
use justify content in every resolution
This commit is contained in:
parent
6b35ee2b9a
commit
6efa8cb141
1 changed files with 1 additions and 2 deletions
|
|
@ -6,6 +6,7 @@
|
|||
.intro-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background:
|
||||
|
|
@ -239,8 +240,6 @@
|
|||
|
||||
@media only screen and (max-width: @minimum) {
|
||||
.intro-container {
|
||||
justify-content: center;
|
||||
|
||||
.form-container {
|
||||
flex: 0 1 auto;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue