diff --git a/index.js b/index.js index f74b943..3eb67fa 100644 --- a/index.js +++ b/index.js @@ -183,7 +183,6 @@ function pageUpdate() { var socialsHTML = fs.readFileSync(path.join(__dirname, 'static/socials/index.html')).toString() addedHTML += socialsHTML.substring(socialsHTML.indexOf("

"), socialsHTML.indexOf("")) - console.log(addedHTML) html = html.replace("{SOCIALS}", addedHTML) diff --git a/static/style.css b/static/style.css index bb6079a..37dd0fa 100644 --- a/static/style.css +++ b/static/style.css @@ -102,12 +102,12 @@ img { border-radius: 15px; border: darkgray 4px solid; width: 60%; - transform: scale(0.95); + transform: scale(0.9); border-radius: 50%; } .pfp:hover { - transform: scale(1.05); + transform: scale(1); border-color: rgb(255, 200, 255); object-fit: cover; }