Additional Bug fixes

This commit is contained in:
unknown
2026-05-22 11:50:59 +02:00
parent 10bfdfb914
commit a0f7efcd34
12 changed files with 372 additions and 135 deletions

View File

@@ -45,7 +45,7 @@
<main class="home">
<div class="hero">
<h1 class="retro-heading">CG.CX</h1>
<p class="tagline">Secure content sharing</p>
<p class="cg-subtitle">-- cannibal girls --</p>
</div>
<div class="panel">
@@ -86,11 +86,16 @@
.hero {
text-align: center;
}
.tagline {
font-size: 1.2rem;
color: var(--retro-green-light);
margin-top: 8px;
.cg-subtitle {
font-family: 'Press Start 2P', cursive;
font-size: 0.9rem;
text-align: center;
letter-spacing: 2px;
margin-top: 8px;
background: linear-gradient(90deg, var(--retro-green), var(--retro-green-light));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.panel {
width: min(400px, 100%);