Additional Bug fixes
This commit is contained in:
@@ -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%);
|
||||
|
||||
Reference in New Issue
Block a user