10 lines
116 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;
}