Compare commits
2 commits
68e6319d84
...
1370759ff2
Author | SHA1 | Date | |
---|---|---|---|
1370759ff2 | |||
e8e0255878 |
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
||||||
|
|
||||||
<body class="m-0 w-dvw h-dvh bg-zinc-800 grid place-center">
|
<body class="m-0 w-dvw h-dvh bg-zinc-800 grid place-center">
|
||||||
<div class="mx-auto h-dvh w-[90dvw] lg:w-[70dvw]">
|
<div class="mx-auto h-dvh w-[90dvw] lg:w-[70dvw]">
|
||||||
<button class="h-1/20 w-full text-zinc-200 border-2 rounded" id="send">Send</button>
|
<button class="h-1/20 w-full text-zinc-200 border-2 rounded my-[25px]" id="send">Send</button>
|
||||||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-2 bg-zinc-700 px-2 overflow-auto h-19/20 box-border"
|
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-2 bg-zinc-700 px-2 overflow-auto h-[calc(95dvh-50px)] box-border"
|
||||||
id="verix_container">
|
id="verix_container">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue