mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +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%;
|
|
} |