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 %}
|
{% 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>
|
||||||
|
@ -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 %}
|
||||||
|
@ -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,6 +49,9 @@
|
|||||||
|
|
||||||
.bd-footer-donation
|
.bd-footer-donation
|
||||||
flex: none
|
flex: none
|
||||||
|
|
||||||
|
+tablet
|
||||||
|
.bd-footer-donation
|
||||||
width: 240px
|
width: 240px
|
||||||
|
|
||||||
.bd-footer-donation-title
|
.bd-footer-donation-title
|
||||||
@ -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
Loading…
Reference in New Issue
Block a user