From 8f487d0e3d424e841b5950fa041088207361fcf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 9 Oct 2025 16:43:13 +0200 Subject: [PATCH] feat: icons css --- Projects/kompose/docs/app/assets/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Projects/kompose/docs/app/assets/css/main.css b/Projects/kompose/docs/app/assets/css/main.css index d2f67998..8b3e2cfd 100755 --- a/Projects/kompose/docs/app/assets/css/main.css +++ b/Projects/kompose/docs/app/assets/css/main.css @@ -25,9 +25,9 @@ } h2 > a > span + span { - @apply size-5 align-baseline; + @apply size-6 align-text-top; } h3 > a > span + span { - @apply size-6 align-text-top; + @apply size-5 align-text-bottom; }