working on the footer styling. Still
authordanix <danix@danix.xyz>
Sun, 26 Feb 2023 17:41:20 +0000 (18:41 +0100)
committerdanix <danix@danix.xyz>
Sun, 26 Feb 2023 17:41:20 +0000 (18:41 +0100)
gitweb-danixland/gitweb.css

index aae401b..5f233c0 100644 (file)
@@ -205,17 +205,17 @@ td, th {
 .site-footer {
   width: 100%;
   height: 80px;
-  line-height: 80px;
-  margin-top: 15px;
   background: var(--bg-alt);
-  border-top: 2px solid var(--border);
-  border-bottom: 1px solid var(--border);
 }
 
 .page_footer {
   position: absolute;
   left: 0;
   bottom: 0;
+  line-height: 80px;
+  margin-top: 15px;
+  border-top: 2px solid var(--border);
+  border-bottom: 1px solid var(--border);
 }
 
 .page_footer_text {