Skip to content

Commit

Permalink
Fix footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Apr 18, 2018
1 parent c414b5c commit 3a7e837
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 582 deletions.
1 change: 0 additions & 1 deletion docs/_includes/footer/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
{% include footer/share.html %}
</div>
</div>
{% include footer/support.html %}
{% include footer/boxes.html %}
{% include footer/links.html %}
</div>
Expand Down
2 changes: 2 additions & 0 deletions docs/_includes/global/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

{% include book/book-banner.html %}

{% include footer/support.html %}

{% include global/newsletter.html %}

{% include footer/main.html %}
Expand Down
10 changes: 7 additions & 3 deletions docs/_sass/footer.sass
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
.bd-footer-support
@extend %bd-footer-box
margin-bottom: 3rem
margin-top: 3rem
// background-color: $white-bis
// box-shadow: none
padding: 3rem
.bd-footer-title
margin-bottom: 1.5rem
Expand All @@ -49,7 +49,10 @@

.bd-footer-donation
flex: none
width: 240px

+tablet
.bd-footer-donation
width: 240px

.bd-footer-donation-title
color: $grey-light
Expand All @@ -70,6 +73,7 @@
$star-figure-height: 156px

.bd-footer-stars
margin-top: 2.5rem
+tablet
align-items: stretch
display: flex
Expand Down
Loading

0 comments on commit 3a7e837

Please sign in to comment.