mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-26 05:49:22 +00:00
12 lines
177 B
CSS
12 lines
177 B
CSS
|
/**
|
||
|
* Groups main page stylesheet
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
.groups-main-page {
|
||
|
max-width: 450px;
|
||
|
margin: auto;
|
||
|
text-align: center;
|
||
|
padding-top: 50px;
|
||
|
}
|