4 lines
65 B
SCSS
4 lines
65 B
SCSS
|
#members>div:first-of-type {
|
||
|
min-height: calc(100vh - 72px);
|
||
|
}
|