#root { | |
max-width: 1280px; | |
width: 100%; | |
margin: 0 auto; | |
padding: 2rem; | |
text-align: center; | |
display: flex; | |
justify-content: center; | |
align-items: center; | |
flex-direction: column; | |
} | |
#root { | |
max-width: 1280px; | |
width: 100%; | |
margin: 0 auto; | |
padding: 2rem; | |
text-align: center; | |
display: flex; | |
justify-content: center; | |
align-items: center; | |
flex-direction: column; | |
} | |