mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
14 lines
167 B
CSS
14 lines
167 B
CSS
/**
|
|
* Group page main stylesheet
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
.group-page {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.group-page .col-md-6 {
|
|
margin: auto;
|
|
float: none;
|
|
} |