Skip to content

Commit

Permalink
Update footer background color
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Aug 12, 2021
1 parent 4f4761a commit d249fc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/scss/partials/footer.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
footer {
background-color: $color-black;
position: relative;
margin: auto 0 0 0;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: $spacing-lg $spacing-xl;
padding: $spacing-xl $spacing-xl $spacing-lg;
color: $color-white;

@media #{$mq-sm} {
padding-top: $spacing-lg;
flex-direction: row;
align-items: center;
}
Expand Down

0 comments on commit d249fc7

Please sign in to comment.