mirror of
https://github.com/DerTyp7/shop-ejs-expressjs.git
synced 2025-10-29 12:32:11 +01:00
added fixed footer
This commit is contained in:
@@ -5,8 +5,11 @@
|
||||
}
|
||||
|
||||
html,body{
|
||||
min-height: 100% !important;
|
||||
height: 100%;
|
||||
height: 100% !important;
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
h1, h2{
|
||||
@@ -51,7 +54,7 @@ h1, h2{
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
padding-top:10px;
|
||||
padding-bottom: 20px;
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1030px) {
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<%- include('partials/footer'); %>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -16,13 +16,6 @@
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.grid-container {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
|
||||
@@ -26,5 +26,6 @@
|
||||
<a class="text-redirect" href="/register">Sie haben keinen Account?</a>
|
||||
</form>
|
||||
</div>
|
||||
<%- include('partials/footer'); %>
|
||||
</body>
|
||||
</html>
|
||||
@@ -6,7 +6,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<%- include('partials/header'); %>
|
||||
<br>
|
||||
<div class="content">
|
||||
<h1 class="text-center">Ihre Bestellung</h1>
|
||||
<p style="width:100%; display:block;"class="error-text text-center"><%- error %></p>
|
||||
|
||||
@@ -26,7 +26,9 @@
|
||||
|
||||
<input type="submit" value="Bestellen">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<%- include('partials/footer'); %>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -89,6 +89,6 @@
|
||||
<% } %>
|
||||
</section>
|
||||
</div>
|
||||
<!--<%- include('partials/footer'); %>-->
|
||||
<%- include('partials/footer'); %>
|
||||
</body>
|
||||
</html>
|
||||
@@ -93,6 +93,7 @@
|
||||
<a class="text-redirect" href="/login">Sie haben bereits einen Account?</a>
|
||||
</form>
|
||||
</div>
|
||||
<%- include('partials/footer'); %>
|
||||
|
||||
<script src="/js/jquery.min.js"></script>
|
||||
<script src="/js/register.js"></script>
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
<header>
|
||||
<%- include('partials/header'); %>
|
||||
</header>
|
||||
|
||||
<div class="filtersDIV" style="display:none">
|
||||
<br/>
|
||||
<h3 style="text-align: center; "> FILTER COMMING SOON </h3>
|
||||
@@ -76,6 +75,13 @@
|
||||
</script>
|
||||
|
||||
<style type="text/css">
|
||||
html,body{
|
||||
height: 100% !important;
|
||||
display: block !important;
|
||||
min-height: 100vh;
|
||||
flex-direction:unset !important;
|
||||
}
|
||||
|
||||
a, a:hover, a:focus, a:active > .allProductsDIV {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
|
||||
Reference in New Issue
Block a user