diff --git a/ProjectLighthouse/Pages/Layouts/BaseLayout.cshtml b/ProjectLighthouse/Pages/Layouts/BaseLayout.cshtml index 49a866b6..4c764cc8 100644 --- a/ProjectLighthouse/Pages/Layouts/BaseLayout.cshtml +++ b/ProjectLighthouse/Pages/Layouts/BaseLayout.cshtml @@ -28,21 +28,12 @@ -
-
- -
-
- @RenderBody() -
@* makes it look nicer *@ -
- - + + + \ No newline at end of file diff --git a/ProjectLighthouse/StaticFiles/css/styles.css b/ProjectLighthouse/StaticFiles/css/styles.css index 2b1738bf..b566a9ee 100644 --- a/ProjectLighthouse/StaticFiles/css/styles.css +++ b/ProjectLighthouse/StaticFiles/css/styles.css @@ -1,5 +1,9 @@ -footer.lighthouse-footer { - width: 100%; - bottom: 0; - position: fixed; +div.pageContainer { + display: flex; + flex-direction: column; + min-height: 100vh; +} + +div.main { + flex: 1; }