From 166fab652dd35dd80ea962374b6caa0c67f7a17d Mon Sep 17 00:00:00 2001 From: Roscoe Date: Sat, 30 Aug 2025 04:19:45 +0100 Subject: [PATCH] main: remove redundant % --- public/css/master.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/master.css b/public/css/master.css index 2886dda..f8ee557 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -74,7 +74,7 @@ #prideflag { top: 0; right: 0; width: 120px; - transform-origin: 100% 0%; + transform-origin: 100% 0; transition: transform .5s cubic-bezier(.32,1.63,.41,1.01); z-index: 8008135; }