.App { height: 100%; width: 1280px; padding: 10px; display: flex; justify-content: center; } @media (max-width: 1280px) { .App { width: 100%; } }