From 80a932b60e48420ae28d14f8632eeda237ad5a45 Mon Sep 17 00:00:00 2001 From: Lah Shrimp Date: Sat, 14 Mar 2026 14:24:20 -0600 Subject: [PATCH] update font sizes --- index.html | 3 +-- shrimpy-styles.css | 9 ++++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 05ffa2b..aaff265 100755 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@
- SHRIMP SQUAD +

SHRIMP SQUAD

@@ -56,5 +56,4 @@ todo list - animations - shirmp cursor for hover - clean up click handling -- try it out into button --> \ No newline at end of file diff --git a/shrimpy-styles.css b/shrimpy-styles.css index 9c30663..ca7fcdd 100644 --- a/shrimpy-styles.css +++ b/shrimpy-styles.css @@ -15,7 +15,7 @@ body { width:100%; height: 50%; background-color: var(--tangerine-dream-shrimp); - font-size:30pt; + font-size:30px; display:flex; align-items: center; justify-content: center; @@ -139,6 +139,13 @@ body { #shrimp-project-content .smol-image{ width: 100%; } + + p { + font-size: 16px; + } + h1{ + font-size: 32px; + } } .bold {