Skip to content

Commit

Permalink
docs: fix footer X and bottom padding
Browse files Browse the repository at this point in the history
  • Loading branch information
SutuSebastian committed Jul 9, 2024
1 parent b120101 commit 47cb684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/docs/[[...slug]]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function DocsPager({ doc }: { doc: Doc }) {

function DocFooter() {
return (
<Footer className="rounded-none px-4 pb-8 pt-16 shadow-none lg:px-0 dark:bg-gray-900">
<Footer className="rounded-none pt-16 shadow-none lg:px-0 dark:bg-gray-900">
<div className="w-full">
<div className="grid w-full justify-between md:grid-cols-2">
<div className="mb-4 max-w-sm lg:mb-0">
Expand Down

0 comments on commit 47cb684

Please sign in to comment.