diff --git a/src/inc_css/footer.css b/src/inc_css/footer.css index 16e9670..05619d8 100644 --- a/src/inc_css/footer.css +++ b/src/inc_css/footer.css @@ -1,7 +1,11 @@ .footer { - position: fixed; - right: 0; - bottom: 0; - - padding: 0 10px 10px; + position: relative; +} + +.footer span { + position: absolute; + left: 50%; + transform: translate(-50%, 0); + color: var(--foreground-inactive); + padding: 2em; } diff --git a/src/inc_html/blogend.html b/src/inc_html/blogend.html index 55de9bd..c1deb6d 100644 --- a/src/inc_html/blogend.html +++ b/src/inc_html/blogend.html @@ -1,4 +1,7 @@ + +#include footer.html + #include planets.html diff --git a/src/inc_html/footer.html b/src/inc_html/footer.html index e569562..79dd731 100644 --- a/src/inc_html/footer.html +++ b/src/inc_html/footer.html @@ -1,2 +1,3 @@ diff --git a/src/root/about.html b/src/root/about.html index 22fc88f..6d06daa 100644 --- a/src/root/about.html +++ b/src/root/about.html @@ -50,26 +50,10 @@ Besides computing, I like caring for my plants, photography, and studying langua For inquiries, professional or otherwise, please send me an email!

- + +#include footer.html + #include planets.html diff --git a/src/root/blog.html b/src/root/blog.html index 8dcb595..eef598a 100644 --- a/src/root/blog.html +++ b/src/root/blog.html @@ -25,6 +25,9 @@ + +#include footer.html + #include planets.html diff --git a/src/root/gallery.html b/src/root/gallery.html index be74c55..cccbe34 100644 --- a/src/root/gallery.html +++ b/src/root/gallery.html @@ -157,10 +157,11 @@ +#include footer.html + #include planets.html -#include footer.html diff --git a/src/root/index.html b/src/root/index.html index 073e6b5..d708f0a 100644 --- a/src/root/index.html +++ b/src/root/index.html @@ -16,6 +16,8 @@ #include socials.html

+ + #include planets.html