1
2019-06-28 21:47:37 -04:00

16 lines
192 B
CSS

.posts{
text-align: center;
max-width: 1000px;
margin: auto;
}
.list-post-title{
margin:0px;
color:#333333;
}
#main{
background-color: #ffffff;
color:#111111;
}