summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-02-27 16:54:01 +0100
committerYuval Adam <_@yuv.al>2025-02-27 16:54:01 +0100
commit9f6eb374a814b6a7539fbb247b50960bcf18f2b2 (patch)
treee8d4fb0ebe57fd89213152a7b46f10fa8645aa2d
parent053ac6f17582d7cb05a43f8da5e5c7d5e6551729 (diff)
Smaller margin on homepage title
-rw-r--r--index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index c01b712..c07ee4f 100644
--- a/index.html
+++ b/index.html
@@ -45,7 +45,7 @@
h1 {
font-family: 'VT323', monospace;
font-size: 5rem;
- margin-bottom: 1rem;
+ margin: 1rem;
background: linear-gradient(45deg, #ff6ec4, #7873f5);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
@@ -154,7 +154,8 @@
<a href="trainride/" class="experiment-card">
<div class="experiment-title">Train Ride Simulator</div>
<div class="experiment-description">
- A beautiful 3D train ride simulation from the driver's perspective with procedurally generated tracks and scenery.
+ A beautiful 3D train ride simulation from the driver's perspective with procedurally generated
+ tracks and scenery.
</div>
</a>