From 4e95b210a4eb7719e753a4df67b72d790a6ae803 Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 5 Jan 2025 16:23:23 +0100 Subject: fix: whyyy --- cgit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgit.css b/cgit.css index 4def113..5a17af1 100644 --- a/cgit.css +++ b/cgit.css @@ -55,7 +55,7 @@ div#cgit .theattening::before { } div#cgit .thedottening::after { content: 'ยท'; - transform: translateY(50%) rotateX(180deg) scale(1.5); + transform: translateY(25%) rotateX(180deg) scale(1.5); display: inline-block; margin-left: 1px; } -- cgit v1.2.3