diff --git a/assets/css/callouts.css b/assets/css/callouts.css index e5034de497..6adb277bb1 100644 --- a/assets/css/callouts.css +++ b/assets/css/callouts.css @@ -9,7 +9,7 @@ @apply bg-blue-light-100 p-4 font-normal not-italic dark:bg-blue-dark-100; quotes: none; > *:first-child { - @apply mt-0 flex gap-2 before:font-icons before:content-['info']; + @apply relative ml-5 mt-0 before:absolute before:-left-5 before:font-icons before:content-['info']; } *:last-child { @apply mb-0 after:content-none;