Skip to content

Commit

Permalink
Made boosters look better on wider displays
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Dec 26, 2023
1 parent 0492edf commit 5fc1d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/LandingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
class="bg-center bg-cover bg-[url('@/assets/figma/Car.jpeg')] pt-10 sm:pt-32"
>
<div
class="flex gap-4 justify-between flex-wrap px-4 sm:px-16 lg:px-32 py-4 sm:py-10 lg:py-20 bg-[#FEC560]/75 mx-2 sm:mx-20 lg:mx-40 b-10 sm:mb-32"
class="flex gap-4 justify-between flex-wrap px-4 sm:px-16 lg:px-32 py-4 sm:py-10 lg:py-20 bg-[#FEC560]/75 mx-2 sm:mx-20 lg:mx-40 b-10 sm:mb-32 xl:w-[70%] xl:mx-auto"
>
<div class="justify-self-center">
<p class="text-6xl font-bold pb-6">New Sets and Boosters</p>
Expand Down

0 comments on commit 5fc1d60

Please sign in to comment.