kgroad-frontend2/src/app/[locale]/statistics/Statistics.scss
2024-03-01 19:54:03 +06:00

26 lines
328 B
SCSS

.statistics {
display: flex;
flex-direction: column;
h2 {
width: fit-content;
margin-bottom: 40px;
}
}
@media screen and (max-width: 768px) {
.statistics {
h2 {
margin-bottom: 30px;
}
}
}
@media screen and (max-width: 550px) {
.statistics {
h2 {
margin-bottom: 20px;
}
}
}