mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 20:49:21 +00:00
24 lines
282 B
CSS
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-5 {
|
|
margin: auto;
|
|
float: none;
|
|
} |