mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Fix footer
This commit is contained in:
parent
c414b5c0ab
commit
3a7e8372a0
@ -11,7 +11,6 @@
|
||||
{% include footer/share.html %}
|
||||
</div>
|
||||
</div>
|
||||
{% include footer/support.html %}
|
||||
{% include footer/boxes.html %}
|
||||
{% include footer/links.html %}
|
||||
</div>
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
{% include book/book-banner.html %}
|
||||
|
||||
{% include footer/support.html %}
|
||||
|
||||
{% include global/newsletter.html %}
|
||||
|
||||
{% include footer/main.html %}
|
||||
|
@ -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
|
||||
@ -49,7 +49,10 @@
|
||||
|
||||
.bd-footer-donation
|
||||
flex: none
|
||||
width: 240px
|
||||
|
||||
+tablet
|
||||
.bd-footer-donation
|
||||
width: 240px
|
||||
|
||||
.bd-footer-donation-title
|
||||
color: $grey-light
|
||||
@ -70,6 +73,7 @@
|
||||
$star-figure-height: 156px
|
||||
|
||||
.bd-footer-stars
|
||||
margin-top: 2.5rem
|
||||
+tablet
|
||||
align-items: stretch
|
||||
display: flex
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user