4 lines
45 B
CSS
4 lines
45 B
CSS
|
.main {
|
||
|
max-width: 900px;
|
||
|
margin: auto;
|
||
|
}
|