From e6a6e52756a0948e351b8b8045397da2c8c821a8 Mon Sep 17 00:00:00 2001 From: jarvis09 Date: Wed, 24 Jul 2024 12:32:06 +0200 Subject: [PATCH] tweaked 3rd page layout --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 7e6455e..2d318cc 100644 --- a/style.css +++ b/style.css @@ -252,7 +252,7 @@ section { } .about-me-container { - height: 50%; + height: 100%; width: 100%; display: flex; justify-content: start; @@ -299,7 +299,8 @@ section { footer { margin: 5px; - height: 100%; + height: 20%; + width: auto; display: flex; justify-content: center; align-items: end;