Skip to content

Commit

Permalink
Merge pull request #285 from RobokopU24/update/yobokop-logo-and-foote…
Browse files Browse the repository at this point in the history
…r-fix

Yobokop logo and footer fix
  • Loading branch information
Woozl authored Aug 9, 2024
2 parents adf5507 + 026537c commit 554b7a5
Show file tree
Hide file tree
Showing 4 changed files with 273 additions and 75 deletions.
5 changes: 4 additions & 1 deletion src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ body {
}

#pageContainer {
min-height: 100vh;
min-height: 100dvh;
position: relative;
display: flex;
flex-direction: column;
}
#contentContainer {
/* padding bottom by footer height */
flex: 1;
padding: 0px 30px 29px 30px;
}

Expand Down
Loading

0 comments on commit 554b7a5

Please sign in to comment.