update action and clear archive

This commit is contained in:
2025-06-04 14:30:37 +03:00
parent b5bdd16bf5
commit 893e1ba615
1069 changed files with 216 additions and 17153 deletions

View File

@@ -244,13 +244,13 @@ a img:hover {
@layer components {
h1 {
@apply text-4xl lg:text-6xl font-normal text-white;
@apply text-4xl lg:text-6xl font-bold text-white;
color: #ffffff;
font-family: "Inter", sans-serif !important;
}
h2 {
@apply lg:text-5xl text-3xl leading-snug font-normal tracking-tight my-2 text-white capitalize;
@apply lg:text-5xl text-3xl leading-snug font-semibold tracking-tight my-2 text-white capitalize;
color: #ffffff;
font-family: "Inter", sans-serif !important;
}