diff --git a/404.html b/404.html index 48d273e..de7241f 100644 --- a/404.html +++ b/404.html @@ -333,6 +333,18 @@ img[height] { img[width][height] { height: auto; } + +.footer-links { + display: flex; + justify-content: center; + margin-top: 1rem; + height: 2rem; + column-gap: 1rem; + + img { + height: 2rem; + } +}
@@ -382,12 +394,33 @@ This will work for both GitHub pages and Netlify: - + + -