diff options
chore: update css
-rw-r--r-- | cgit.css | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -55,7 +55,9 @@ div#cgit .theattening::before { } div#cgit .thedottening::after { content: 'ยท'; - transform: translateY(50%) rotateX(180deg); + transform: translateY(50%) rotateX(180deg) scale(1.5); + display: inline-block; + margin-left: 1px; } div#cgit .theattening::before, div#cgit .thedottening::after { |