Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 2628bce..8a25130 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -49,12 +49,10 @@
var addClassOnScroll = () => {
header.classList.add("shadow");
header.classList.add("bg-white-90");
- header.classList.remove("py-4");
}
var removeClassOnScroll = () => {
header.classList.remove("shadow");
header.classList.remove("bg-white-90");
- header.classList.add("py-4");
}
window.onscroll = function () {