mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 04:29:21 +00:00
14 lines
164 B
CSS
14 lines
164 B
CSS
/**
|
|
* Main posts stylesheet
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
.page-container {
|
|
max-width: 1500px;
|
|
margin: auto;
|
|
}
|
|
|
|
.user-page-right-column {
|
|
max-width: 800px;
|
|
} |