mirror of
https://github.com/DerTyp7/shop-ejs-expressjs.git
synced 2025-10-29 20:42:10 +01:00
Index + footer
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<%- include('partials/header'); %>
|
<%- include('partials/header'); %>
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
height: 100%;
|
height: 100vh;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -17,7 +17,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
min-height: 100%;
|
display: flex;
|
||||||
|
min-height: 100vh;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid-container {
|
.grid-container {
|
||||||
@@ -50,6 +53,7 @@
|
|||||||
width: 80%;
|
width: 80%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
|
margin-bottom: 100px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="middle-content">
|
<div class="middle-content">
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #414854;
|
background-color: #414854;
|
||||||
clear: both;
|
clear: both;
|
||||||
position: relative;
|
position: flex;
|
||||||
height: 65px;
|
height: 65px;
|
||||||
margin-top: -56px;
|
margin-top: -56px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user