libre-charge-map/styles/_stats.scss

46 lines
537 B
SCSS
Raw Normal View History

2025-05-02 11:29:40 +02:00
#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;
2025-05-02 12:36:54 +02:00
align-items: center;
2025-05-02 11:29:40 +02:00
}
2025-05-02 12:09:40 +02:00
2025-05-02 12:36:54 +02:00
.menu {
a {
display: block;
}
2025-05-02 12:09:40 +02:00
}
.description {
color: #555;
}
2025-05-02 12:36:54 +02:00
main {
max-width: 30rem;
margin: 0 auto;
img {
max-width: 100%;
display: block;
margin: 0 auto;
}
}
2025-05-02 11:29:40 +02:00
}