From 8d79769d627aaf31c27994e315a0f462e4323dd3 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Tue, 23 Jul 2024 11:09:28 +0300 Subject: [PATCH] logo --- assets/main.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/main.scss b/assets/main.scss index 2923943..40a2c3e 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -42,7 +42,7 @@ body { } 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 { - @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 { -- 2.40.1