summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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");