Fix footer

This commit is contained in:
Jeremy Thomas 2018-04-18 17:11:34 +01:00
parent c414b5c0ab
commit 3a7e8372a0
4 changed files with 151 additions and 582 deletions

View File

@ -11,7 +11,6 @@
{% include footer/share.html %} {% include footer/share.html %}
</div> </div>
</div> </div>
{% include footer/support.html %}
{% include footer/boxes.html %} {% include footer/boxes.html %}
{% include footer/links.html %} {% include footer/links.html %}
</div> </div>

View File

@ -2,6 +2,8 @@
{% include book/book-banner.html %} {% include book/book-banner.html %}
{% include footer/support.html %}
{% include global/newsletter.html %} {% include global/newsletter.html %}
{% include footer/main.html %} {% include footer/main.html %}

View File

@ -38,8 +38,8 @@
.bd-footer-support .bd-footer-support
@extend %bd-footer-box @extend %bd-footer-box
margin-bottom: 3rem // background-color: $white-bis
margin-top: 3rem // box-shadow: none
padding: 3rem padding: 3rem
.bd-footer-title .bd-footer-title
margin-bottom: 1.5rem margin-bottom: 1.5rem
@ -49,7 +49,10 @@
.bd-footer-donation .bd-footer-donation
flex: none flex: none
width: 240px
+tablet
.bd-footer-donation
width: 240px
.bd-footer-donation-title .bd-footer-donation-title
color: $grey-light color: $grey-light
@ -70,6 +73,7 @@
$star-figure-height: 156px $star-figure-height: 156px
.bd-footer-stars .bd-footer-stars
margin-top: 2.5rem
+tablet +tablet
align-items: stretch align-items: stretch
display: flex display: flex

File diff suppressed because it is too large Load Diff