libre-charge-map/styles/_stats.scss
2025-05-02 12:09:40 +02:00

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;
}
}