mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +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 {
|
.intro-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
justify-content: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background:
|
background:
|
||||||
|
|
@ -239,8 +240,6 @@
|
||||||
|
|
||||||
@media only screen and (max-width: @minimum) {
|
@media only screen and (max-width: @minimum) {
|
||||||
.intro-container {
|
.intro-container {
|
||||||
justify-content: center;
|
|
||||||
|
|
||||||
.form-container {
|
.form-container {
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue