Compare commits
No commits in common. "1370759ff24b3911be077c360115aa1c022828eb" and "68e6319d845eeae0c73e9756187da3682f2595f7" have entirely different histories.
1370759ff2
...
68e6319d84
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">
|
||||
<div class="mx-auto h-dvh w-[90dvw] lg:w-[70dvw]">
|
||||
<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-[calc(95dvh-50px)] box-border"
|
||||
<button class="h-1/20 w-full text-zinc-200 border-2 rounded" 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"
|
||||
id="verix_container">
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue