Display text posts and images posts

This commit is contained in:
Pierre
2017-12-31 18:51:46 +01:00
parent 1147ab787e
commit 9a2e3e5351
8 changed files with 278 additions and 7 deletions

View 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%;
}

View File

@ -0,0 +1,10 @@
/**
* Main posts stylesheet
*
* @author Pierre HUBERT
*/
.page-contener {
max-width: 1500px;
margin: auto;
}