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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue