use justify content in every resolution

This commit is contained in:
nklhrstv 2022-06-13 16:31:12 +03:00
parent 6b35ee2b9a
commit 6efa8cb141

View file

@ -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%;