Skip to content

Commit

Permalink
Merge pull request #138 from kpwags/feature/123-footer-fix
Browse files Browse the repository at this point in the history
Corrected the Main Content Min-Height
  • Loading branch information
kpwags authored Jun 27, 2023
2 parents 6cbb6e8 + 752291c commit 8dc917b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/styles/App.less
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ ul {
.site-content {
margin: 64px 0 0;
padding: 20px;
min-height: calc(100vh - 64px - 138px);
}

.align-right {
Expand Down

0 comments on commit 8dc917b

Please sign in to comment.