1 2 3 4 5 6 7 8 9 10 11
.doc { margin: 0 auto; max-width: 40rem; } @media (min-width: 1024px) { .doc { margin: 0 2rem; max-width: 54rem; } }