ComunicWeb/assets/css/pages/latestPosts/main.css
2018-05-11 08:02:04 +02:00

26 lines
315 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-5 {
margin: auto;
float: none;
width: 100%;
max-width: 800px;
}