Skip to content

Commit

Permalink
Add class and comment for values
Browse files Browse the repository at this point in the history
  • Loading branch information
merryfaceTech committed Mar 3, 2022
1 parent e901e21 commit b94c6e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</div>
</header>

<main class="container">
<main class="container container-fullHeight">
<div class="row">
<div class="col-md-8 offset-md-2">
{{ content }}
Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ details > summary {
}

.container-fullHeight {
min-height: calc(100vh - 205px);
min-height: calc(100vh - 205px); // 205px -> Height of the header-nav, Header, and Footer
}

0 comments on commit b94c6e1

Please sign in to comment.