Skip to content

Commit

Permalink
Moar cleanup hoo boy I better squash these
Browse files Browse the repository at this point in the history
  • Loading branch information
colepeters committed Oct 6, 2023
1 parent 3ee1981 commit faf1581
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/pages/showcase.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
opacity: 0.5;
}

#cloud-chunky {
#cloud-small {
translate: 20% -50%;
z-index: -1;
inline-size: max(100px, 40vw);
opacity: 0.33;
}

@media screen and (min-width: 48em) {
#cloud-chunky {
#cloud-small {
translate: 25% -35%;
}
}
Expand Down Expand Up @@ -60,7 +60,7 @@ <h1 class='text3 text6-lg text7-xl text-center tracking-2 leading1 pb5 pb8-lg'>
<img class='mb5 mb8-lg mi-auto' src='/_public/img/landing/swash.svg' alt='' />

<img id='cloud-wide' class='absolute mb-auto inset-b-0 inset-is-0' src='/_public/img/landing/cloud-blue-wide.svg' alt='' />
<img id='cloud-chunky' class='absolute mb-auto inset-b-0 inset-ie-0' src='/_public/img/landing/cloud-blue-small.svg' alt='' />
<img id='cloud-small' class='absolute mb-auto inset-b-0 inset-ie-0' src='/_public/img/landing/cloud-blue-small.svg' alt='' />
</header>

<showcase-white-to-blue class='block pbe4 pi-2'>
Expand Down

0 comments on commit faf1581

Please sign in to comment.