progress
Some checks failed
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Failing after 0s
Some checks failed
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Failing after 0s
This commit is contained in:
parent
f4453bb8fb
commit
a3fce76c1a
5 changed files with 34 additions and 3 deletions
4
src/pages/shop/_art_test.svelte
Normal file
4
src/pages/shop/_art_test.svelte
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<div class="grid grid-cols-4 w-full h-full">
|
||||
<div class="bg-blue-200 col-start-2">test1</div>
|
||||
<div class="bg-violet-600 col-start-3">test2</div>
|
||||
</div>
|
||||
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
<div class="">
|
||||
<div class="relative w-48 h-48">
|
||||
<!-- moved w/h here -->
|
||||
<div class="corner-border-container">
|
||||
<div class="w-full h-full flex flex-col justify-end">
|
||||
<div class="flex flex-col justify-center items-center">
|
||||
|
|
@ -26,7 +25,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- removed 'relative w-48 h-48' -->
|
||||
<div
|
||||
class="absolute"
|
||||
style:top={`${-(selectionScale - 100) / 2}%`}
|
||||
|
|
|
|||
5
src/routes/shop/arthing/+page.svelte
Normal file
5
src/routes/shop/arthing/+page.svelte
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<script>
|
||||
import Art_test from "@shop/_art_test.svelte";
|
||||
</script>
|
||||
|
||||
<Art_test />
|
||||
|
|
@ -2,4 +2,4 @@
|
|||
import Trackers from "@shop/_trackers.svelte";
|
||||
</script>
|
||||
|
||||
<Trackers/>
|
||||
<Trackers />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue