footer { background: rgb(30, 30, 45); color: rgb(200, 200, 230); margin-top: 100px; white-space: nowrap; overflow-x: auto; .container { display: flex; align-items: center; .website-subnav { margin-left: auto; ul { display: flex; padding: 0; } li { list-style-type: none; padding: 10px 0 10px 30px; } a { color: rgb(200, 200, 230); } } } } footer::after { content: ''; background: rgb(30, 30, 45); position: fixed; height: 10000px; width: 100vw; overflow: hidden; } @media (max-width: 600px) { footer { .container { max-width: none; .website-version { order: 2; padding: 10px 20px; } .website-subnav { li { padding: 10px 30px 10px 0; } } } } }