Skip to content

Commit

Permalink
Merge pull request #18 from Diesel-Net/development
Browse files Browse the repository at this point in the history
pin footer to bottom
  • Loading branch information
tomdaley92 authored Aug 1, 2021
2 parents 23753fc + 6b4b9c8 commit d76876b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/css/coming-sssoon-demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@
background-color: #DDDDDD;
background-image: url('../images/default.jpg');
background-attachment: fixed;
position: relative !important;
position: fixed !important;
bottom: 0;
}
.footer .heart{
color: #FF3B30;
}
.footer .overlayer{
background-color: rgba(27, 27, 27, 0.7);
position: relative;
position: fixed;
}
.footer .credits {
border-top: 1px solid #BBBBBB;
Expand Down
8 changes: 7 additions & 1 deletion src/css/coming-sssoon.css
Original file line number Diff line number Diff line change
Expand Up @@ -778,15 +778,21 @@ h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
}

.footer{
position: relative;
position: fixed;
bottom: 20px;
right: 0px;
width: 100%;
color: #AAAAAA;
z-index: 4;
text-align: right;
margin-top: 50px;
margin-bottom: 0px;
}

.main .container{
margin-bottom: 0px !important;
}

.footer a{
color: #FFFFFF;
}
Expand Down

0 comments on commit d76876b

Please sign in to comment.