Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Merge 079596c into 3fffe96
Browse files Browse the repository at this point in the history
  • Loading branch information
developerfred committed Nov 24, 2019
2 parents 3fffe96 + 079596c commit 8e879a8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/app/app.component.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
@import "../scss/variables";

.footer {
position: fixed;
position: relative;
bottom: 0;
width: 100%;
height: $footer-height;
height: $footer-height;
line-height: $footer-height;
background-color: #f5f5f5;
}

#main-content {
padding-bottom: 10px;
}

0 comments on commit 8e879a8

Please sign in to comment.