ComunicWeb/assets/css/components/posts/ui.css

17 lines
187 B
CSS
Raw Normal View History

2017-12-31 17:51:46 +00:00
/**
* Posts UI stylesheet
*
* @author Pierre HUBERT
*/
.post .post_content {
text-align: center;
}
.post .post-buttons {
text-align: center;
}
.post .post-image {
width: 100%;
}