caffeinated.xyz/public/js/bundle.min.243a483d5297388ef2f4a1b2d5e5d30218e01e8a2dfe213a376ea24d130837c860762a23e9daaa68ae3a7bcd5a3869287a14dc3b738f10486cf4e8fb4291b478.js
2021-02-15 21:44:58 +10:00

2 lines
248 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();}