From 6f41d151de389a41f4f5506c7037d86e4982294a Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Thu, 26 Sep 2024 12:56:35 -0500 Subject: [PATCH] Fix chromium based browsers having a stroke --- static/root.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/root.css b/static/root.css index 62a62d5..99f508b 100644 --- a/static/root.css +++ b/static/root.css @@ -96,12 +96,12 @@ img:not(.project-inner > div > img):not(.activity>img) { 0% { transform: translateY(calc(50vh - 6rem)) scale(1.5); opacity: 0; - height: 4rem; + /* height: 4rem; */ } 50% { opacity: 1; - height: 4rem; + /* height: 4rem; */ transform: translateY(calc(50vh - 6rem)) scale(1.25); }