generated from nhcarrigan/template
b6d66d34cb
I can log in and create a book! Woo!
6 lines
188 B
SCSS
6 lines
188 B
SCSS
.main-content {
|
|
min-height: calc(100vh - 60px); // Assuming header is ~60px
|
|
background-color: transparent; // Let the body background show through
|
|
position: relative;
|
|
z-index: 1;
|
|
} |