Skip to content

Commit

Permalink
mobile impl: faq
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkang-0 committed Jan 18, 2024
1 parent 1b9735f commit 9846d12
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/components/FAQ.astro
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,15 @@ const faqsCol2 = faqs.slice(split);
gap: 1.5rem;
margin-bottom: 4.5rem;

h2 {
text-align: center;
padding-inline: 20px;
}

span {
font-family: fonts.$sans;
font-size: 1.75rem;
font-weight: 600;
font-weight: 500;
}
}

Expand All @@ -145,6 +150,6 @@ const faqsCol2 = faqs.slice(split);
flex-direction: column;
gap: 35px;
flex: 1;
padding: 0 0.7rem;
padding-inline: max(20px, 5vw);
}
</style>

0 comments on commit 9846d12

Please sign in to comment.