commit 9ec2542e998e9d1623f4cc908cb24b87a6f8448b from: Omar Polo date: Thu Feb 10 11:10:53 2022 UTC add a link to the gemini version commit - 383c4b31ce2d65ff879fb3a1f8a375d84dec28e0 commit + 9ec2542e998e9d1623f4cc908cb24b87a6f8448b blob - b317cc2a9165a44b1bf90e22bcc56c721da05116 blob + f0fe8f392f2eb200a2bd54b2af8b387c61c6bab0 --- site/footer.html +++ site/footer.html @@ -1,2 +1,10 @@ + - \ No newline at end of file + blob - c6fb24a0aa18eb13d4dae71bafb8ce0374f39fa0 blob + 3b8b69b9ca59b5aa328375008b423704632469e2 --- site/style.css +++ site/style.css @@ -4,7 +4,6 @@ body { max-width: 780px; margin: 0 auto; padding: 20px; - padding-bottom: 80px; } h1::before { @@ -84,6 +83,12 @@ img { max-width: 100%; } +footer { + margin-top: 4rem; + font-size: 0.8rem; + border-top: 1px solid; +} + @media (prefers-color-scheme: dark) { body { background-color: #222;