Skip to content

Commit

Permalink
css tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcaprice committed Nov 10, 2023
1 parent 9a02c7b commit c9ebc8a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/src/app/layout/footer/footer.component.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:host {
margin-top: auto;
}


a {
color: rgba(0,0,0,0.87);
Expand Down
6 changes: 6 additions & 0 deletions ui/src/content/scss/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
/* ==============================================================
Bootstrap tweaks
===============================================================*/
app-root {
min-height: 100vh;
display: flex;
flex-direction: column;
}

html,
body {
height: 100%;
Expand Down

0 comments on commit c9ebc8a

Please sign in to comment.