9 lines
153 B
CSS
9 lines
153 B
CSS
.singlePost {
|
|
list-style: none;
|
|
margin: 0 0 10px;
|
|
padding: 0;
|
|
background-color: rgb(143, 142, 142);
|
|
color: #5d5d5d;
|
|
}
|
|
.wrapper {width: 800px;}
|