feat: update metadata for ads

This commit is contained in:
2026-04-22 20:55:37 +03:00
parent 69f67c75fa
commit acaeabd5c4
11 changed files with 149 additions and 14 deletions

View File

@@ -55,24 +55,31 @@ a {
}
.logo {
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
display: inline-flex;
align-items: center;
line-height: 0;
color: var(--hero-text);
}
.logo--header {
font-size: clamp(1.1rem, 2vw, 1.35rem);
.logo__img {
display: block;
height: auto;
max-width: 100%;
}
.logo--header .logo__img {
height: clamp(1.35rem, 3.2vw, 1.85rem);
width: auto;
}
.logo--hero {
font-size: clamp(3.5rem, 10vw, 7.5rem);
line-height: 0.95;
margin: 0 0 2rem;
background: linear-gradient(135deg, #fff 0%, #d4c8ff 55%, #9e8cff 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
max-width: min(100%, 28rem);
}
.logo--hero .logo__img {
width: 100%;
height: auto;
}
.nav {