mirror of
https://github.com/DerTyp7/shop-ejs-expressjs.git
synced 2025-10-30 12:57:10 +01:00
added fixed footer
This commit is contained in:
@@ -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