filling in empty spaces in draft text
This commit is contained in:
parent
aee54c2ffc
commit
e95c4cff73
7 changed files with 32 additions and 24 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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);
|
Loading…
Add table
Add a link
Reference in a new issue