Skip to content

Commit

Permalink
style: make faq item position relative (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 authored Apr 3, 2024
1 parent 7047c3e commit 624b9d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
display: grid;
grid-template-columns: 1fr;
gap: 1.5rem;
position: inherit;

@media screen and (min-width: 768px) {
gap: 3rem;
Expand Down

0 comments on commit 624b9d7

Please sign in to comment.