From effbcc34da34145bba29aa21639345d6eab43b0b Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Sun, 19 Nov 2023 10:52:01 -0600 Subject: [PATCH] blah --- index.js | 1 - static/style.css | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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; }