5 lines
64 B
CSS
5 lines
64 B
CSS
|
|
main {
|
||
|
|
padding: 2rem;
|
||
|
|
max-width: 1600px;
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|