forked from Transparency/kgroad-frontend2
20 lines
296 B
SCSS
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;
|
|
}
|
|
}
|