Skip to content

Commit

Permalink
Ensure footer stays at bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
Jdew192837 committed Oct 29, 2017
1 parent 5e7ef64 commit 650e109
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ main {
.navBar h1 {
color: white;
font-family: Candal;
font-size: 24px;
font-style: normal;
font-variant: normal;
font-weight: 500;
line-height: 26.4px;
font-size: 24px;
font-style: normal;
font-variant: normal;
font-weight: 500;
line-height: 26.4px;
}

/* ============================ CARD ========================== */
Expand All @@ -55,7 +55,7 @@ main {
/* =============================== FOOTER ========================= */

footer {
width: 100 vw;
width: 100vw;
height: auto;
background-color: black;
color: white;
Expand All @@ -65,6 +65,8 @@ main {
align-items: center;
padding: 0 20px 0 20px;
text-align: center;
position: absolute;
bottom: 0;
}

footer #contact {
Expand Down

0 comments on commit 650e109

Please sign in to comment.