ComunicWeb/assets/css/components/posts/ui.css
2017-12-31 18:51:46 +01:00

17 lines
187 B
CSS

/**
* Posts UI stylesheet
*
* @author Pierre HUBERT
*/
.post .post_content {
text-align: center;
}
.post .post-buttons {
text-align: center;
}
.post .post-image {
width: 100%;
}