Skip to content

Commit

Permalink
Footer (#82)
Browse files Browse the repository at this point in the history
* Footer

* Running on alpine
  • Loading branch information
Juanito98 authored Sep 12, 2024
1 parent 4543a58 commit 68bcba0
Show file tree
Hide file tree
Showing 13 changed files with 910 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Node.js 18 image as the base image
FROM node:18
FROM node:18-alpine

# Set the working directory
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion mdx-components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function useMDXComponents(components: MDXComponents): MDXComponents {
li: CustomLi,
a: CustomA,
wrapper: ({ children }) => (
<div className="relative flex min-h-screen flex-col overflow-hidden bg-gray-50 py-8 lg:py-12">
<div className="relative flex flex-1 flex-col overflow-hidden bg-gray-50 py-8 lg:py-12">
<article className="prose prose-slate mx-auto px-4 lg:prose-lg md:mt-8 md:px-0">
{children}
</article>
Expand Down
Loading

0 comments on commit 68bcba0

Please sign in to comment.