wip
This commit is contained in:
@@ -44,7 +44,7 @@ const { Content } = await render(course);
|
||||
formats={["webp"]}
|
||||
class="max-lg:hidden max-w-116 grayscale-15"
|
||||
/>
|
||||
<section class="lg:py-24">
|
||||
<section class="max-lg:pt-6 lg:py-24">
|
||||
<div class="space-y-5">
|
||||
<span class="font-medium">
|
||||
{
|
||||
|
||||
@@ -18,10 +18,12 @@ let posts = await res.json();
|
||||
class="text-black bg-linear-to-b from-lime-400/90 to-lime-400 border border-lime-400 rounded-2xl lg:grid grid-cols-6"
|
||||
>
|
||||
<div class="col-span-4 flex items-center justify-center">
|
||||
<div class="lg:w-4/6 max-lg:p-5 space-y-10">
|
||||
<div class="lg:w-4/6 max-lg:p-5 space-y-6 lg:space-y-12">
|
||||
<form class="space-y-1.5">
|
||||
<label for="search" class="block">
|
||||
<h1 class="text-pretty font-semibold text-3xl">
|
||||
<h1
|
||||
class="text-pretty font-semibold text-3xl lg:text-4xl"
|
||||
>
|
||||
Digite o curso para ver todos detalhes
|
||||
</h1>
|
||||
</label>
|
||||
@@ -47,7 +49,7 @@ let posts = await res.json();
|
||||
<Icon name="arrow-trending-up" class="size-6" />
|
||||
<span>Cursos mais procurados</span>
|
||||
</h2>
|
||||
<ul class="list-disc list-inside">
|
||||
<ul class="list-disc list-inside font-medium">
|
||||
<li>CIPA</li>
|
||||
<li>Lei Lucas</li>
|
||||
<li>Noções em Primeiros Socorros</li>
|
||||
@@ -67,7 +69,7 @@ let posts = await res.json();
|
||||
</nav>
|
||||
</Container>
|
||||
|
||||
<Clients class="py-6" />
|
||||
<Clients />
|
||||
|
||||
<Container>
|
||||
<section>
|
||||
|
||||
Reference in New Issue
Block a user