Adjust splats

This commit is contained in:
Matt Isenhower
2022-08-28 17:59:02 -07:00
parent cc1fb7ab20
commit 6d63f01972

View File

@@ -2,9 +2,10 @@
<MainLayout>
<div class="grow flex items-center justify-center">
<div class="relative w-full max-w-2xl m-4">
<Splat3 class="absolute w-48 -bottom-16 left-32" fill="fill-splatoon-red" />
<Splat3 class="absolute w-48 -bottom-16 left-28" fill="fill-splatoon-red" />
<Splat2 class="absolute w-64 -top-20 -left-20" fill="fill-splatoon-yellow" />
<Splat4 class="absolute w-64 -top-20 -right-20" fill="fill-splatoon-blue" />
<Splat1 class="absolute w-48 -bottom-36 right-20" fill="fill-splatoon-green" />
<div class="relative">
<div class="font-splatoon1 text-5xl text-center">Splatoon 3</div>
@@ -22,4 +23,5 @@ import Splatoon3Countdown from '@/components/Splatoon3Countdown.vue'
import Splat2 from '../components/splats/Splat2.vue';
import Splat3 from '../components/splats/Splat3.vue';
import Splat4 from '../components/splats/Splat4.vue';
import Splat1 from '../components/splats/Splat1.vue';
</script>