This commit is contained in:
Kseninia Mikhaylova 2024-07-23 11:09:28 +03:00
parent 04758bf4ee
commit 8d79769d62
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ body {
} }
svg { svg {
@apply text-ioprim inline-block m-0 w-10 h-10; @apply text-ioprim inline-block m-0 w-10 h-10 min-w-10;
} }
} }
@ -196,7 +196,7 @@ a[href^="#"] {
} }
&-title { &-title {
@apply col-span-full text-4xl xl:text-6xl font-black font-h1 leading-[0.85] tracking-tight mb-[3.15rem] @apply col-span-full text-4xl xl:text-6xl font-black font-h1 xl:leading-[0.85] tracking-tight mb-[3.15rem]
} }
&-image { &-image {