nicolium: fix banner style

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-21 23:43:35 +01:00
parent f73d066bab
commit d95ba3278c

View File

@ -96,7 +96,7 @@ const HomeLayout = () => {
{BANNER_HTML && BANNER_HTML.length > 0 && (
<Warning
message={<Text theme='muted' dangerouslySetInnerHTML={{ __html: BANNER_HTML }} />}
className='my-4 sm:mx-4'
className='!m-4'
/>
)}