User:4erospace/sandbox: Difference between revisions
m CSS test |
m CSS test |
||
Line 151: | Line 151: | ||
@media screen and (max-width: 900px) { | @media screen and (max-width: 900px) { | ||
#first-container, #welcome-box { | #first-container, #welcome-box { | ||
display: | display: flex; | ||
flex-direction: column; | |||
justify-content: center; | |||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; |