mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-08-27 02:54:21 -05:00
Adjust splats
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user