2014-08-12 04:59:00 +08:00
|
|
|
section.about {
|
2023-10-03 01:55:11 +08:00
|
|
|
margin-bottom: 3em;
|
2014-08-12 04:59:00 +08:00
|
|
|
|
2023-10-03 21:43:45 +08:00
|
|
|
.users {
|
|
|
|
display: grid;
|
|
|
|
gap: 1em;
|
|
|
|
grid-template-columns: repeat(auto-fit, minmax(20em, 1fr));
|
|
|
|
}
|
|
|
|
|
2014-08-12 04:59:00 +08:00
|
|
|
h3 {
|
2023-10-03 01:55:11 +08:00
|
|
|
margin-bottom: 1em;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
.d-icon {
|
|
|
|
margin-right: 0.5em;
|
|
|
|
color: var(--primary-high);
|
2014-08-12 04:59:00 +08:00
|
|
|
}
|
2023-10-03 01:55:11 +08:00
|
|
|
}
|
2014-08-12 04:59:00 +08:00
|
|
|
|
2023-10-03 01:55:11 +08:00
|
|
|
&.stats {
|
|
|
|
table {
|
|
|
|
td {
|
|
|
|
padding: 0.67em;
|
|
|
|
&:not(:first-child) {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
2014-08-12 04:59:00 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|