ajustar video dependiendo del monitor
This commit is contained in:
parent
cfefbecc9d
commit
5ba8a2a4d0
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ export async function render(data) {
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="flex min-h-screen items-center bg-[black] text-[white]">
|
<section class="flex min-h-screen items-center bg-[black] text-[white]">
|
||||||
<div class="mx-auto grid max-w-7xl grid-rows-1 items-end lg:grid-cols-4">
|
<div class="m-[10%] grid w-full grid-rows-1 items-end lg:grid-cols-4">
|
||||||
<div class="col-span-3 flex h-full flex-col justify-end p-4">
|
<div class="col-span-3 flex h-full flex-col justify-end p-4">
|
||||||
<h2 class="mb-4 mt-16 text-3xl leading-none">
|
<h2 class="mb-4 mt-16 text-3xl leading-none">
|
||||||
<strong>Caso:</strong>
|
<strong>Caso:</strong>
|
||||||
|
|
Reference in a new issue