Skip to content

Commit 7d338d2

Browse files
Move Konami glyphs below hero kicker line
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent cec8849 commit 7d338d2

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,7 @@
312312
}
313313

314314
.hero-kicker::before {
315-
content: '▲ ▲ ▼ ▼ ◄ ► ◄ ►';
316-
font-size: 7px;
317-
letter-spacing: 2px;
318-
opacity: 0.5;
315+
display: none;
319316
}
320317

321318
.hero-headline {
@@ -1241,6 +1238,7 @@
12411238
<!-- Hero -->
12421239
<section class="hero-section reveal" aria-label="Page introduction">
12431240
<p class="hero-kicker">Frontier Architecture · Field-Tested</p>
1241+
<p style="font-family:'Consolas','Courier New',monospace;font-size:8px;color:var(--purple);letter-spacing:3px;margin-bottom:16px;opacity:0.6;">▲ ▲ ▼ ▼ ◄ ► ◄ ► B A START</p>
12441242
<h1 class="hero-headline">
12451243
The architectures<br>
12461244
<span class="accent">nobody documented yet</span>

0 commit comments

Comments
 (0)