8 lines
252 B
CSS
8 lines
252 B
CSS
.flex-col {flex-direction: column;}
|
|
.chart > div {margin: auto;}
|
|
.pie-chart {position: relative;}
|
|
.pie-chart .pie-chart-title {position: relative; top: -60%; left: 2%; height: 1rem;}
|
|
|
|
.member-list > .center-y {width: 12.5%}
|
|
.maxh-72{max-height:18rem;}
|