diff options
| author | Yuval Adam <_@yuv.al> | 2025-02-27 16:54:01 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-02-27 16:54:01 +0100 |
| commit | 9f6eb374a814b6a7539fbb247b50960bcf18f2b2 (patch) | |
| tree | e8d4fb0ebe57fd89213152a7b46f10fa8645aa2d | |
| parent | 053ac6f17582d7cb05a43f8da5e5c7d5e6551729 (diff) | |
Smaller margin on homepage title
| -rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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> |
