From 2fd60b7a586f0859ee429e158dcd2e9e0e439a80 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sat, 5 Aug 2023 16:30:42 +0200 Subject: [PATCH] fix: mesh position --- styles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/style.css b/styles/style.css index 9498ef5..43e9c58 100644 --- a/styles/style.css +++ b/styles/style.css @@ -113,7 +113,7 @@ a:focus { #mesh { position: absolute; - bottom: 10vh; + bottom: 4rem; right: 0; user-select: none; pointer-events: none;