Skip to content

Commit

Permalink
adjusted the margins in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ngumokenneth committed Oct 22, 2023
1 parent 641f73c commit f92499c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions challenges/faq_accordion_card/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
class="from-soft-blue to-soft-violet flex h-screen flex-col items-center justify-center bg-gradient-to-t"
>
<div
class="relative flex flex-col items-center rounded-2xl bg-white lg:flex-row"
class="relative mt-24 flex flex-col items-center rounded-2xl bg-white lg:mt-0 lg:flex-row"
>
<div class="flex flex-col items-center justify-center overflow-hidden">
<img
Expand Down Expand Up @@ -76,12 +76,12 @@ <h1 class="text-2xl font-bold">FAQ</h1>
<div
x-data="{open: true}"
@click="open = open"
class="flex flex-col py-3"
class="flex flex-col py-2"
>
<div
class="hover:text-soft-red relative flex w-full items-center bg-white"
>
<a href="#" :class="{ 'font-bold' : open=open}"
<a href="#" :class="{ 'font-semibold' : open=open}"
>How many team members can I invite?</a
>
<img
Expand Down Expand Up @@ -220,7 +220,7 @@ <h1 class="text-2xl font-bold">FAQ</h1>
</div>
</div>
</div>
<div class="mt-6 flex flex-col place-content-center text-center">
<div class="mt-3 flex flex-col place-content-center text-center">
<div>
<a
class="text-optimum-blue hover:text-optimum-darkblue"
Expand Down

0 comments on commit f92499c

Please sign in to comment.