Skip to content

Commit

Permalink
Feat: Design Issues (#968)
Browse files Browse the repository at this point in the history
* add padding

* mobile

* fix

* resolution fix

* fix
  • Loading branch information
BrunoAmbricca authored Dec 3, 2024
1 parent 6412a62 commit c4bb9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/pages/home/questAndCollectionTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ const QuestAndCollectionTabs: FunctionComponent<
{isConnecting ? (
"Connecting to wallet..."
) : (
<div className="flex flex-wrap gap-10 justify-center lg:justify-start">
<div className="flex flex-wrap gap-10 justify-center lg:justify-start pb-5 lg:pb-0">
{sortedAndFilteredQuests.map((quest) => (
<Quest
key={quest.id}
Expand Down

0 comments on commit c4bb9e0

Please sign in to comment.