update font sizes
This commit is contained in:
parent
b4b3e56aaa
commit
80a932b60e
@ -14,7 +14,7 @@
|
|||||||
<div id="shrimply-the-rain"></div>
|
<div id="shrimply-the-rain"></div>
|
||||||
<section class="we-are-shrimp-squad">
|
<section class="we-are-shrimp-squad">
|
||||||
<img src="assets/shrimp.png"/>
|
<img src="assets/shrimp.png"/>
|
||||||
SHRIMP SQUAD
|
<h1>SHRIMP SQUAD</h1>
|
||||||
<img class="flip" src="assets/shrimp.png"/>
|
<img class="flip" src="assets/shrimp.png"/>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
@ -56,5 +56,4 @@ todo list
|
|||||||
- animations
|
- animations
|
||||||
- shirmp cursor for hover
|
- shirmp cursor for hover
|
||||||
- clean up click handling
|
- clean up click handling
|
||||||
- try it out into button
|
|
||||||
-->
|
-->
|
||||||
@ -15,7 +15,7 @@ body {
|
|||||||
width:100%;
|
width:100%;
|
||||||
height: 50%;
|
height: 50%;
|
||||||
background-color: var(--tangerine-dream-shrimp);
|
background-color: var(--tangerine-dream-shrimp);
|
||||||
font-size:30pt;
|
font-size:30px;
|
||||||
display:flex;
|
display:flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -139,6 +139,13 @@ body {
|
|||||||
#shrimp-project-content .smol-image{
|
#shrimp-project-content .smol-image{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
h1{
|
||||||
|
font-size: 32px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bold {
|
.bold {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user