Skip to content

Commit

Permalink
Merge pull request #22 from azvyae/fix/border-apps
Browse files Browse the repository at this point in the history
Fix border explore apps
  • Loading branch information
Azvya Erstevan authored Aug 21, 2024
2 parents 329ef35 + a62edbd commit 00f8948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function ExploreApps() {
data-item="explore-apps-section"
className="relative px-8 md:px-16 w-full dark:bg-bgdark bg-[#FAFBFC]"
>
<div className="border-l relative border-t border-r border-[#dfdfdf] dark:border-[#545454] bg-gradient-to-b w-full dark:from-primary py-16 rounded-t-xl dark:to-[#242424] from-secondary to-[#FAFBFC] px-4 md:px-32">
<div className="border border-[#dfdfdf] dark:border-[#545454] bg-gradient-to-b w-full dark:from-primary py-16 rounded-t-xl dark:to-[#242424] from-secondary to-[#FAFBFC] px-4 md:px-32">
<h2 className="text-center font-bold text-3xl sm:text-4xl md:text-5xl mb-8">
Explore Apps
</h2>
Expand Down

0 comments on commit 00f8948

Please sign in to comment.