.website { color: white; display: flex; flex-flow: column nowrap; justify-content: center; } .main-container { margin: auto; margin-top: 50px; min-width: 800px; width: 50%; text-align: center; } @media screen and (max-width: 800px) { .main-container { margin-bottom: 50px; margin-top: auto; min-width: 0; width: 100%; } }