hubl/src/styles/profile/_index.scss
2021-01-19 19:59:24 +01:00

8 lines
136 B
SCSS

#profile>div:first-of-type {
min-height: calc(100vh - 72px);
@media (max-width: 768px) {
min-height: calc(100vh - 50px);
}
}