6 lines
73 B
CSS
6 lines
73 B
CSS
|
.layout {
|
||
|
margin: 3rem auto;
|
||
|
max-width: 1000px;
|
||
|
padding: 0 1rem;
|
||
|
}
|