www.fedi.bzh/bundle.min.9aa161734d8d364fbafdf8ee2def390bf097c69464c1561c1b.js
2022-11-18 18:41:02 +01:00

2 lines
247 B
JavaScript

const header=document.querySelector("header");function paddingHeader(){document.body.style.paddingTop=`${header.offsetHeight}px`;}
window.addEventListener("load",paddingHeader);function cleanForm(){document.getElementById("contact-form").reset();}