Skip to content

Commit

Permalink
fix: improve responsive design
Browse files Browse the repository at this point in the history
  • Loading branch information
luizchaves committed Oct 20, 2024
1 parent 79c61b7 commit ab5f8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/MarkDownLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const githubEditUrl = `${GITHUB_EDIT_URL}/src${file.split('/src').pop()}`;
<Sidebar />

<article
class="mx-auto lg:max-xl:ml-64 py-8 px-4 md:px-6 max-xl:max-w-none max-md:w-full prose 2xl:prose-xl dark:prose-invert overflow-hidden"
class="mx-auto lg:max-xl:ml-64 py-8 px-4 md:px-6 max-xl:max-w-none w-full prose 2xl:prose-xl dark:prose-invert overflow-hidden"
>
<slot />

Expand Down

0 comments on commit ab5f8ee

Please sign in to comment.