kgroad-frontend2/src/Widgets/home/RatingSection/RatingSection.scss
2024-01-19 19:46:01 +06:00

20 lines
296 B
SCSS

.rating-section {
margin-top: 110px;
display: flex;
flex-direction: column;
align-items: center;
gap: 30px;
}
@media screen and (max-width: 768px) {
.rating-section {
margin-top: 80px;
}
}
@media screen and (max-width: 550px) {
.rating-section {
margin-top: 70px;
}
}