ComunicWeb/assets/css/components/posts/ui.css
2018-01-03 11:11:24 +01:00

31 lines
341 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%;
}
.post .post-video {
max-width: 100%;
height: 300px;
}
.post .post-pdf {
text-align: center;
}
.post .post-youtube {
width: 100%;
height: 300px;
}