6 lines
75 B
CSS
6 lines
75 B
CSS
|
.post {
|
||
|
width: 800px;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
}
|