Basic groups header

This commit is contained in:
Pierre HUBERT
2018-07-03 11:45:57 +02:00
parent b527b3a22d
commit e28b99f40c
8 changed files with 240 additions and 4 deletions

View File

@ -0,0 +1,14 @@
/**
* Group page main stylesheet
*
* @author Pierre HUBERT
*/
.group-page {
padding-top: 10px;
}
.group-page .col-md-6 {
margin: auto;
float: none;
}