Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-santos committed Sep 14, 2023
1 parent f63e6d5 commit fa245c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions resources/js/Pages/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ import { ModalsContainer } from "vue-final-modal";
</p>
</section>
<!-- CALL TO ACTION -->
<section class="relative flex py-20 flex-col max-xs:items-center">
<section class="relative flex flex-col py-20 max-xs:items-center">
<h2
class="absolute left-[calc(10%+70px)] w-fit top-14 border border-solid border-black bg-2023-orange p-2 text-2xl font-bold text-white shadow-md shadow-2023-teal-dark max-xs:relative max-xs:left-0 max-xs:top-6"
class="absolute left-[calc(10%+70px)] top-14 w-fit border border-solid border-black bg-2023-orange p-2 text-2xl font-bold text-white shadow-md shadow-2023-teal-dark max-xs:relative max-xs:left-0 max-xs:top-6"
>
Inscreve-te!
</h2>
<div
class="mx-[10%] grid grid-cols-4 gap-4 border border-solid border-black p-12 text-xl font-bold text-2023-teal shadow-2xl shadow-2023-orange max-lg:grid-cols-2 max-xs:grid-cols-1"
class="mx-[10%] grid grid-cols-4 gap-4 border border-solid border-black p-12 text-xl font-bold text-2023-teal shadow-2xl shadow-2023-orange max-lg:grid-cols-2 max-xs:grid-cols-1"
>
<span class="text-center">7 dias</span>
<span class="text-center">70 bancas</span>
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
},
screens: {
ml: "900px",
xs: "500px"
xs: "500px",
},
},
},
Expand Down

0 comments on commit fa245c9

Please sign in to comment.