Skip to content

Commit

Permalink
Merge pull request #29 from DaniEnsi/fork
Browse files Browse the repository at this point in the history
style(saas): Fix Padding of Footer
  • Loading branch information
alifarooq9 authored May 11, 2024
2 parents 5be68ce + ddbddf5 commit d4c0768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starterkits/saas/src/app/(web)/_components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Balancer from "react-wrap-balancer";

export function WebFooter() {
return (
<div className="pb-0 sm:py-8">
<div className="pb-0 sm:py-8 sm:px-4">
<footer className="container grid grid-cols-1 gap-8 border border-border bg-background p-8 sm:grid-cols-2 sm:rounded-lg">
<div className="grid place-content-between gap-2">
<div className="grid gap-2">
Expand Down

0 comments on commit d4c0768

Please sign in to comment.