Index + footer

This commit is contained in:
jonasChristoph
2022-03-30 13:53:29 +02:00
parent f43d44278b
commit 7caeedb45e
2 changed files with 7 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
<%- include('partials/header'); %>
<style>
html {
height: 100%;
height: 100vh;
overflow-x: auto;
overflow-y: scroll;
margin: 0;
@@ -17,7 +17,10 @@
}
body {
min-height: 100%;
display: flex;
min-height: 100vh;
flex-direction: column;
justify-content: space-between;
}
.grid-container {
@@ -50,6 +53,7 @@
width: 80%;
margin: auto;
margin-top: 50px;
margin-bottom: 100px;
}
</style>
<div class="middle-content">

View File

@@ -9,7 +9,7 @@
width: 100%;
background-color: #414854;
clear: both;
position: relative;
position: flex;
height: 65px;
margin-top: -56px;
}