14 lines
164 B
CSS
Raw Normal View History

2017-12-31 18:51:46 +01:00
/**
* Main posts stylesheet
*
* @author Pierre HUBERT
*/
2018-03-25 09:43:39 +02:00
.page-container {
2017-12-31 18:51:46 +01:00
max-width: 1500px;
margin: auto;
}
.user-page-right-column {
max-width: 800px;
2017-12-31 18:51:46 +01:00
}