summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorRadiohotline <radiohotline@disroot.org>2026-08-07 14:35:39 +0000
committerRadiohotline <radiohotline@disroot.org>2026-08-07 14:35:39 +0000
commit6e5346a7f78ea4444848a926bb3faa27a8b19bce (patch)
tree03c133b57aef93bcfc652cfccab01b52f4ae48ad /index.html
parentdcfced129fb95a06df43502372abb229bbbaa018 (diff)
resize pupilHEADmain
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 0748a4c..bcb2e55 100644
--- a/index.html
+++ b/index.html
@@ -237,7 +237,7 @@
<div class="shine"></div>
</div>
- <div class="eye" style="top: 16%; left: 56%; width: 14%; height: 8.5%">
+ <div class="eye" style="top: 16%; left: 56%; width: 15%; height: 8.5%">
<div class="white"></div>
<div class="pupil"></div>
<div class="shine"></div>
@@ -282,6 +282,7 @@
</div>
<script>
+ // i hope to find a css-only alternative
document.addEventListener("mousemove", (e) => {
document.querySelectorAll(".eye").forEach(eye => {
const pupil = eye.querySelector(".pupil");