mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Display text posts and images posts
This commit is contained in:
17
assets/css/components/posts/ui.css
Normal file
17
assets/css/components/posts/ui.css
Normal file
@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Posts UI stylesheet
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
.post .post_content {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.post .post-buttons {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.post .post-image {
|
||||
width: 100%;
|
||||
}
|
Reference in New Issue
Block a user