hubl/src/styles/profile/_index.scss

8 lines
136 B
SCSS

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