diff --git a/public/src/img/crush-splatter.png b/public/src/img/crush-splatter.png new file mode 100644 index 0000000..628f5ed Binary files /dev/null and b/public/src/img/crush-splatter.png differ diff --git a/src/pages/index.astro b/src/pages/index.astro index fadc9a9..e68ae06 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -13,46 +13,7 @@ import CrushBase from '../layouts/CrushBase.astro';
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
DanGrubb @@ -127,12 +88,12 @@ import CrushBase from '../layouts/CrushBase.astro'; height: 380px; } - .splatter-layer { + .splatter-img { position: absolute; - inset: -80px; - width: calc(100% + 160px); - height: calc(100% + 160px); - filter: drop-shadow(0 2px 8px rgba(0, 139, 139, 0.3)); + inset: -100px; + width: calc(100% + 200px); + height: calc(100% + 200px); + object-fit: contain; } .circle-frame {