From 31217579ecef71ab75f33ffc73f7ab40188c0537 Mon Sep 17 00:00:00 2001 From: Patrick Schwarzer Date: Tue, 13 May 2025 15:47:02 +0200 Subject: [PATCH] Footer fix --- index.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.css b/index.css index 0a863df..235fd87 100644 --- a/index.css +++ b/index.css @@ -10,6 +10,12 @@ body { font-family: 'Courier New', Courier, monospace; background-color: rgb(36, 41, 46); + + /* Footer Fix */ + min-height: 100vh; + display: flex; + flex-direction: column; + justify-content: space-between; } body.light-mode { background-color: #eeeeee; @@ -394,6 +400,7 @@ body.light-mode .skills-container h1 { /* contact Section */ .contact-container { margin-top: 6rem; + margin-bottom: 3rem; display: flex; flex-direction: column; align-items: center;