update font sizes
This commit is contained in:
parent
b4b3e56aaa
commit
80a932b60e
@ -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
|
||||
-->
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user