kgroad-frontend2/src/app/volunteers/Volunteers.scss
Vladislav Khorev e0e2f5470d renamed folders
2024-02-14 08:04:02 +00:00

22 lines
262 B
SCSS

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