From b56c313afc48b386efa6177d629e40df58e5cc34 Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Thu, 23 Jun 2022 22:30:08 -0700 Subject: [PATCH] Add page footer --- page.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/page.html b/page.html index 1a100a3..98cb3f4 100644 --- a/page.html +++ b/page.html @@ -4,8 +4,7 @@ {{ super() }} <style> .footer-bottom { - position: absolute; - bottom: 0; + margin-top: 90%; text-align: center; } </style> -- GitLab