Skip to content

Commit

Permalink
floating footer on large screens
Browse files Browse the repository at this point in the history
  • Loading branch information
morten-andersen committed Sep 9, 2023
1 parent 3cf6a73 commit 174859c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ body {
.site-footer {
padding-top: 1rem;
padding-bottom: 1rem;
@include large {
padding-top: 0rem;
position: fixed;
bottom: 0;
width: 52rem;
background-color: #22272e;
}
}
.site-footer-owner {
float: right;
Expand Down

0 comments on commit 174859c

Please sign in to comment.