diff --git a/config.yml b/config.yml index 6882eb4..2c31b4e 100644 --- a/config.yml +++ b/config.yml @@ -13,7 +13,7 @@ message: icon: 'fa fa-info' header: false -footer: '
' +footer: '' stylesheet: - 'assets/custom.css' diff --git a/custom.css b/custom.css index c90eaed..20d6477 100644 --- a/custom.css +++ b/custom.css @@ -126,10 +126,24 @@ body #bighead .navbar a:hover { color: var(--link-hover); } +#main-section { + padding-bottom: 1.5rem; +} + body .footer { text-align: center; } +body .footer .footer-el { + display: inline-block; + width: 50%; + text-align: right; +} + +body .footer .footer-el:first-child { + text-align: left; +} + .footer i.fa-heart { color: #e21c1b; }