This commit is contained in:
John Gatward
2026-03-13 15:08:57 +00:00
parent 08bbe09fb7
commit fc54c3bd4e
2 changed files with 2 additions and 2 deletions

View File

@@ -170,7 +170,7 @@
</div> </div>
</div> </div>
<div class="skill-card reveal" style="transition-delay:0.08s"> <div class="skill-card reveal" style="transition-delay:0.08s">
<span class="skill-card-icon">🌐</span> <span class="skill-card-icon">🎨</span>
<h3>Frontend & Creative</h3> <h3>Frontend & Creative</h3>
<p>Comfortable with react and CSS. I enjoy visualising algorithms interactively — it's more fun than <p>Comfortable with react and CSS. I enjoy visualising algorithms interactively — it's more fun than
a a

View File

@@ -35,7 +35,7 @@ html { scroll-behavior: smooth; }
body { body {
background: var(--base); background: var(--base);
color: var(--text); color: var(--text);
font-family: 'JetBrains Mono', monospace; font-family: 'JetBrains Mono', 'Apple Color Emoji', monospace;
font-size: 15px; font-size: 15px;
line-height: 1.7; line-height: 1.7;
overflow-x: hidden; overflow-x: hidden;