mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 09:01:21 +00:00
fix: height prop on mobile
This commit is contained in:
parent
3f5c3e79f4
commit
93cf1595f4
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
</p>
|
||||
</div>
|
||||
<div class="md:col-span-1 flex justify-end">
|
||||
<div class="sm:h-60 w-full">
|
||||
<div class="h-60 w-full">
|
||||
<Canvas>
|
||||
<Scene />
|
||||
</Canvas>
|
||||
|
|
Loading…
Reference in a new issue