Skip to content

Commit

Permalink
Footer fix (#2469)
Browse files Browse the repository at this point in the history
* footer fix

* remove left
  • Loading branch information
jdtoombs authored Feb 26, 2025
1 parent 8b3f835 commit 67bf880
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/src/app/css/Footer.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#footer {
position: fixed;
bottom: 0;
width: 100%;
background-color: $primary-blue;
border-top: 2px solid $primary-yellow;
color: $white;
font-size: 0.8rem;
height: 2.5rem;
margin-top: -.5rem;
padding: 0 2rem;

#version {
Expand Down Expand Up @@ -36,4 +38,4 @@
flex-direction: row;
min-height: 100%;
}
}
}

0 comments on commit 67bf880

Please sign in to comment.