mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +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%;
|
||||
}
|
10
assets/css/pages/userPage/main.css
Normal file
10
assets/css/pages/userPage/main.css
Normal file
@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Main posts stylesheet
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
.page-contener {
|
||||
max-width: 1500px;
|
||||
margin: auto;
|
||||
}
|
Reference in New Issue
Block a user