hubl/src/styles/job-offers/_index.scss

8 lines
139 B
SCSS
Raw Normal View History

#job-offers #job-offers-board {
2021-01-18 10:51:33 +00:00
min-height: calc(100vh - 72px);
2021-01-19 18:59:24 +00:00
@media (max-width: 768px) {
min-height: calc(100vh - 50px);
}
2021-01-18 10:51:33 +00:00
}