From 0b98d7d10328d9e8e2da0f88e5cec851f94befa1 Mon Sep 17 00:00:00 2001 From: Prakash Mondal <97402824+rko0211@users.noreply.github.com> Date: Sun, 27 Aug 2023 20:42:29 +0530 Subject: [PATCH 1/2] Update home.css --- css/home.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/home.css b/css/home.css index a3620db..d6d3526 100644 --- a/css/home.css +++ b/css/home.css @@ -1,5 +1,7 @@ /* ********************************* Home Page Styles ********************************* */ - +body{ + min-height: 100vh ; +} .landing-wrapper { display: flex; align-items: center; From ce7eeb65c118f5138da02f593fa5ec0794a5f774 Mon Sep 17 00:00:00 2001 From: Prakash Mondal <97402824+rko0211@users.noreply.github.com> Date: Sun, 27 Aug 2023 20:43:06 +0530 Subject: [PATCH 2/2] Update footer.css --- css/footer.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/css/footer.css b/css/footer.css index 4a22039..f62dec4 100644 --- a/css/footer.css +++ b/css/footer.css @@ -1,14 +1,23 @@ /* ********************************* Footer Section ********************************* */ +body{ + min-height: 100vh ; +} + footer { margin: 6rem 0 0; padding: 4rem 4rem 2rem; - position: relative; + margin-bottom: 0px; + /* position: relative; */ + position: sticky; + top: 100%; background: var(--darkblack); display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; + height: 100%; + width: 100%; } /* ********************************* Footer Desc ********************************* */