Skip to content

Commit 8a654fa

Browse files
authored
Website Update
1 parent f46122e commit 8a654fa

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

docs/assets/css/style.css

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,9 +1127,18 @@ a {
11271127
.hero-shape-fill,
11281128
.hero-shape-glow {
11291129
font-family: "Rock Salt", "Segoe Script", cursive;
1130+
--script-safe-top: 0.2em;
1131+
--script-safe-right: 0.05em;
1132+
--script-safe-bottom: 0.12em;
1133+
--script-safe-left: 0.05em;
1134+
--script-safe-top-neg: calc(var(--script-safe-top) * -1);
1135+
--script-safe-right-neg: calc(var(--script-safe-right) * -1);
1136+
--script-safe-bottom-neg: calc(var(--script-safe-bottom) * -1);
1137+
--script-safe-left-neg: calc(var(--script-safe-left) * -1);
11301138
font-size: clamp(1.55rem, calc(var(--hero-side-space) / 5.35), 2.65rem);
11311139
line-height: 0.92;
11321140
letter-spacing: 0.015em;
1141+
overflow: visible;
11331142
}
11341143

11351144
.hero-unseen-outline,
@@ -1197,19 +1206,19 @@ a {
11971206
}
11981207

11991208
.js body.hero-ready .hero-unseen-outline {
1200-
animation: hero-outline-fade 240ms cubic-bezier(0.24, 0.9, 0.32, 1) 1010ms forwards;
1209+
animation: hero-outline-fade 220ms cubic-bezier(0.22, 0.88, 0.28, 1) 950ms forwards;
12011210
}
12021211

12031212
.js body.hero-ready .hero-unseen-fill {
12041213
animation:
1205-
hero-mask-reveal 980ms cubic-bezier(0.18, 0.92, 0.24, 1) 1180ms forwards,
1206-
hero-sheen-pass 1080ms cubic-bezier(0.22, 0.88, 0.24, 1) 1180ms forwards;
1214+
hero-mask-reveal 980ms cubic-bezier(0.18, 0.92, 0.24, 1) 1170ms forwards,
1215+
hero-sheen-pass 1080ms cubic-bezier(0.22, 0.88, 0.24, 1) 1170ms forwards;
12071216
}
12081217

12091218
.js body.hero-ready .hero-unseen-glow {
12101219
animation:
1211-
hero-mask-reveal 980ms cubic-bezier(0.18, 0.92, 0.24, 1) 1180ms forwards,
1212-
hero-glow-pass 1120ms cubic-bezier(0.22, 0.88, 0.24, 1) 1180ms forwards;
1220+
hero-mask-reveal 980ms cubic-bezier(0.18, 0.92, 0.24, 1) 1170ms forwards,
1221+
hero-glow-pass 1120ms cubic-bezier(0.22, 0.88, 0.24, 1) 1170ms forwards;
12131222
}
12141223

12151224
@keyframes hero-mask-reveal {

0 commit comments

Comments
 (0)