hubl/src/styles/members/_index.scss

8 lines
136 B
SCSS
Raw Normal View History

2021-01-18 10:51:33 +00:00
#members>div:first-of-type {
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
}