added fixed footer

This commit is contained in:
Janis M
2022-03-30 14:09:08 +02:00
parent 7caeedb45e
commit e0e28209c6
8 changed files with 39 additions and 32 deletions

View File

@@ -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;