update section2

This commit is contained in:
2025-05-28 17:59:03 +03:00
parent 4d7ee02788
commit 0332d2a8d0
5 changed files with 172 additions and 4 deletions

View File

@@ -264,7 +264,7 @@ background-color:#5596f5 !important;
@layer components {
h1 {
@apply text-4xl lg:text-6xl font-normal;
@apply font-normal tracking-tight leading-tight text-white lg:text-6xl text-3xl;
color: #ffffff;
font-family: "Inter", sans-serif !important;
}
@@ -277,7 +277,7 @@ background-color:#5596f5 !important;
@apply font-semibold;
}
h3 {
@apply text-2xl lg:text-3xl my-4 font-extralight;
@apply lg:text-2xl text-xl leading-tight font-normal tracking-tight
color: #ffffff;
font-family: "Inter", sans-serif !important;
}