ComunicWeb/assets/css/pages/latestPosts/main.css
2018-02-03 15:58:28 +01:00

24 lines
282 B
CSS

/**
* Latests post stylesheet
*
* @author Pierre HUBERT
*/
/**
* Error message
*/
.latestPostsError {
width: 100%;
max-width: 500px;
margin: auto;
margin-top: 30px;
}
.latest-posts-row {
padding-top: 15px;
}
.latest-posts-row .col-md-6 {
margin: auto;
float: none;
}