about summary refs log tree commit diff
path: root/static
diff options
context:
space:
mode:
authorPjotr Prins2024-06-23 04:31:09 -0500
committerPjotr Prins2024-06-23 04:31:22 -0500
commit753e43601a76f95d03e28c8d3a81d6bc2eb602be (patch)
treef87383e60b4d2f543b205f871461c760bb57c02e /static
parent3f1cdf10c4b986d0ac9b0d0eaf4cc0312eeba063 (diff)
downloadgenecup-753e43601a76f95d03e28c8d3a81d6bc2eb602be.tar.gz
Footer works
Diffstat (limited to 'static')
-rw-r--r--static/style.css12
1 files changed, 5 insertions, 7 deletions
diff --git a/static/style.css b/static/style.css
index 47b0e22..0633cdc 100644
--- a/static/style.css
+++ b/static/style.css
@@ -74,19 +74,17 @@ ul {
 }
 
 .main { 
-  flex: 1;
-  padding: 30px 0;
+  min-height: 70vh;
+  padding-bottom: 100px;
 }
 
 body 
 {
-  display: flex;
-  min-height: 80vh;
-  flex-direction: column;
-  padding-bottom: 40px;
+  // display: flex;
+  // flex-direction: column;
 }
 
-footer {
+.footer {
      color: white;
      font-size: small;
      padding: 3px 0;