mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
30 lines
483 B
CSS
30 lines
483 B
CSS
/**
|
|
* Groups main page stylesheet
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
.groups-main-page {
|
|
max-width: 450px;
|
|
margin: auto;
|
|
text-align: center;
|
|
padding-top: 50px;
|
|
}
|
|
|
|
.groups-main-page .group-item {
|
|
text-align: justify;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.groups-main-page .group-item .group-icon {
|
|
max-width: 50px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.groups-main-page .group-item div {
|
|
display: inline-block;
|
|
}
|
|
|
|
.groups-main-page .group-item .group-name {
|
|
width: 180px;
|
|
} |