the home site for me: also iteration 3 or 4 of my site
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

style: center footer content and add line break in footer

+3 -1
+2 -1
sass/css/mods.css
··· 12 12 #footer-container { 13 13 display: flex; 14 14 flex-wrap: wrap; 15 - justify-content: space-between; 15 + justify-content: center; 16 16 align-items: center; 17 + text-align: center; 17 18 padding-bottom: 0.5rem; 18 19 } 19 20
+1
templates/footer.html
··· 9 9 href="https://creativecommons.org/licenses/by-nc-sa/4.0/" 10 10 >CC BY-NC-SA 4.0</a 11 11 > 12 + <br /> 12 13 Code licensed under 13 14 <a 14 15 target="_blank"