ComunicWeb/assets/css/pages/latestPosts/main.css

24 lines
282 B
CSS
Raw Normal View History

2018-02-02 05:56:52 +00:00
/**
* Latests post stylesheet
*
* @author Pierre HUBERT
*/
/**
* Error message
*/
.latestPostsError {
width: 100%;
max-width: 500px;
margin: auto;
margin-top: 30px;
2018-02-03 14:58:28 +00:00
}
.latest-posts-row {
padding-top: 15px;
}
.latest-posts-row .col-md-5 {
2018-02-03 14:58:28 +00:00
margin: auto;
float: none;
}