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