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

21 lines
269 B
SCSS

.create-report {
display: flex;
flex-direction: column;
gap: 40px;
h2 {
text-align: start;
}
}
@media screen and (max-width: 768px) {
.create-report {
gap: 30px;
}
}
@media screen and (max-width: 550px) {
.create-report {
gap: 20px;
}
}