rearranges files and adds contact bar

This commit is contained in:
atlastrinity 2021-12-27 19:53:20 +00:00
parent 75fb2e7094
commit c28ae8e64a
14 changed files with 192 additions and 45 deletions

View file

@ -0,0 +1,4 @@
setTimeout(() => {
document.getElementById("title").style = "margin-top: 40vh;"
document.getElementById("menu").style = "font-size: 1rem;"
}, 2500);