Skip to content

Commit

Permalink
feat(ui): improvements on footer style
Browse files Browse the repository at this point in the history
* Decrease padding
* Remove backdrop blur
  • Loading branch information
mateusfg7 committed Aug 4, 2023
1 parent a87c86d commit e68cffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function Footer() {
)

return (
<footer className="mt-28 flex flex-col flex-wrap items-center justify-center gap-10 bg-white/5 p-14 backdrop-blur-sm sm:flex-row md:gap-14">
<footer className="mt-28 flex flex-col flex-wrap items-center justify-center gap-10 p-5 sm:flex-row md:gap-14">
<div className="w-14 overflow-hidden rounded-2xl shadow-lg">
<Link href="/">
<Image
Expand Down

0 comments on commit e68cffe

Please sign in to comment.