User:4erospace/sandbox: Difference between revisions
m CSS test |
m CSS test |
||
Line 150: | Line 150: | ||
@media screen and (max-width: 900px) { | @media screen and (max-width: 900px) { | ||
#first-container, #welcome-box | #first-container, #welcome-box { | ||
display: block; | display: block; | ||
margin: auto; | margin-left: auto; | ||
margin-right: auto; | |||
margin-bottom: 50px; | |||
} | } | ||