filling in empty spaces in draft text

This commit is contained in:
Nye Evans 2022-04-29 17:15:58 +01:00
parent aee54c2ffc
commit e95c4cff73
7 changed files with 32 additions and 24 deletions

View file

@ -3,7 +3,7 @@ function toggleContact(button)
if (button.innerHTML == "contact me")
{
button.innerHTML = "back"
document.getElementById("contactBar").style = "font-size: 1rem;"
document.getElementById("contactBar").style = "font-size: 1.5rem;"
}
else
{

View file

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