Skip to content

Commit

Permalink
-q
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavoquinalha committed Jan 6, 2024
1 parent 4565c82 commit 37b2af9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion public/arrow-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ import arrowDownImage from "../../public/arrow-down.svg";
<div class="animate-top flex justify-center lg:justify-start">
<a
href="#"
class="cursor-pointer rounded-full font-semibold leading-6 whitespace-nowrap block text-center bg-green-700 hover:bg-green-600 text-white text-base lg:text-lg px-8 py-4"
class="cursor-pointer rounded-full font-semibold leading-6 whitespace-nowrap block text-center bg-green-700 hover:bg-green-600 text-neutral-950 text-base lg:text-lg px-8 py-4"
>
Conhecer palestrantes
</a>
Expand All @@ -125,12 +125,12 @@ import arrowDownImage from "../../public/arrow-down.svg";
<div class="text-center md:text-left w-full">
<div class="flex gap-3">
<div
class="border border-green-600 rounded-full text-sm md:text-base font-medium text-green-600 px-3 py-1.5"
class="border bg-green-800/20 border-green-600/50 rounded-full text-sm md:text-base font-medium text-green-600 px-3 py-1.5"
>
<span>07 de Junho | 16:20</span>
</div>
<div
class="border border-green-600 rounded-full text-sm md:text-base font-medium text-green-600 px-3 py-1.5"
class="border bg-green-800/20 border-green-600/50 rounded-full text-sm md:text-base font-medium text-green-600 px-3 py-1.5"
>
<span>Maringá | Pr</span>
</div>
Expand Down
3 changes: 1 addition & 2 deletions src/components/Tickets.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class="flex flex-col text-tickets text-2xl md:text-4xl lg:text-6xl font-black text-white text-center"
>
<span class="md:whitespace-nowrap">Compre Agora:</span>
<span class="text-green-600 md:whitespace-nowrap">Ingressos Limitados!</span
<span class="text-green-600 md:whitespace-nowrap">Ingressos limitados!</span
>
</div>
</div>
Expand All @@ -12,6 +12,5 @@
class="tickets min-h-screen overflow-hidden mx-auto bg-green-600/90 w-full"
>
<div class="w-full mx-auto max-w-7xl py-20 px-4 md:px-8 lg:px-12">
asdasd adas
</div>
</section>

0 comments on commit 37b2af9

Please sign in to comment.