diff --git a/sass/style.scss b/sass/style.scss index 9818e95..affaf4f 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -210,7 +210,7 @@ header { left: 0; width: 100%; height: 100%; - background-image: url('img/panorama.jpg'); + background-image: url('img/panorama.jpg'); background-size: cover; background-position: center center; background-repeat: no-repeat; @@ -226,7 +226,7 @@ header { left: 0; width: 100%; height: 100%; - background-image: url('img/forest.svg'); + background-image: url('img/forest.svg'); background-size: auto 10em; background-position: center bottom -4px; // -4px fixes a visible line on some resolutions background-repeat: repeat-x; @@ -254,8 +254,20 @@ section { } } -footer { - text-align: center; +footer .wrap { padding: 5em 1em 1em 1em; margin-top: auto; + display: flex; + justify-content: space-between; + + .socials { + display: flex; + gap: 1rem; + + a { + color: inherit; + text-decoration: none; + font-size: 1.5rem; + } + } } diff --git a/templates/base.html b/templates/base.html index 8b2b549..3aa6ce2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -29,7 +29,14 @@ {% endblock %} {% block script %}