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 ********************************* */ 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;