Skip to content

Commit

Permalink
Merge pull request #58 from linkwarden/dev
Browse files Browse the repository at this point in the history
minor improvement
  • Loading branch information
daniel31x13 authored Aug 14, 2024
2 parents 7a84a90 + f365078 commit 53403a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Homepage/Pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ function Pricing() {
</div>
</div>

<div className="flex sm:flex-row flex-col items-center gap-5 justify-between sm:max-w-3xl max-w-md mx-auto">
<div className="flex sm:flex-row flex-col items-stretch gap-5 justify-between sm:max-w-3xl max-w-md mx-auto">
<div
className="w-full text-center mx-auto flex flex-col gap-10 justify-between p-5 bg-gradient-to-br from-[#52468544] via-transparent to-[#39316022] rounded-2xl border border-[#6e4da6]"
className="w-full text-center mx-auto flex flex-col gap-5 justify-between p-5 bg-gradient-to-br from-[#52468544] via-transparent to-[#39316022] rounded-2xl border border-[#6e4da6]"
style={{
boxShadow: "#ffffff20 0px 5px 20px 0px",
}}
Expand Down

0 comments on commit 53403a1

Please sign in to comment.