mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-06-20 01:34:43 +02:00
31 lines
No EOL
350 B
SCSS
31 lines
No EOL
350 B
SCSS
#statsPage {
|
|
background: #fff;
|
|
padding: 2rem;
|
|
margin: 0 auto;
|
|
|
|
body {
|
|
background: #fff;
|
|
}
|
|
|
|
.counter {
|
|
font-size: 2rem;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.text-right {
|
|
text-align: right;
|
|
}
|
|
|
|
.pair {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
img {
|
|
width: 95vw;
|
|
}
|
|
|
|
.description {
|
|
color: #555;
|
|
}
|
|
} |