add fonts + fix paddings

This commit is contained in:
Salam-vsem
2025-05-13 17:59:34 +03:00
parent f59c0085a3
commit 1f0a5d6768
9 changed files with 26 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ const { title, charachteristics, highlighted = false, link } = Astro.props
<div
class:list={[
'flex h-full w-full flex-col border-2 px-7 py-8 md:max-w-[400px] md:min-h-[550px]',
'flex h-full w-full flex-col border-2 px-5 py-6 md:px-7 md:py-8 md:max-w-[400px] md:min-h-[550px]',
'border border-transparent bg-card',
{ 'border-brand': highlighted },
]}