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 {