ComunicWeb/assets/css/pages/userPage/main.css

14 lines
164 B
CSS
Raw Normal View History

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