mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-27 06:19:21 +00:00
17 lines
187 B
CSS
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%;
|
||
|
}
|