update font sizes

This commit is contained in:
Lah Shrimp 2026-03-14 14:24:20 -06:00
parent b4b3e56aaa
commit 80a932b60e
2 changed files with 9 additions and 3 deletions

View File

@ -14,7 +14,7 @@
<div id="shrimply-the-rain"></div>
<section class="we-are-shrimp-squad">
<img src="assets/shrimp.png"/>
SHRIMP SQUAD
<h1>SHRIMP SQUAD</h1>
<img class="flip" src="assets/shrimp.png"/>
</section>
<section>
@ -56,5 +56,4 @@ todo list
- animations
- shirmp cursor for hover
- clean up click handling
- try it out into button
-->

View File

@ -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 {