Skip to content

Commit

Permalink
fix: spacing for article
Browse files Browse the repository at this point in the history
  • Loading branch information
nermalcat69 committed May 26, 2024
1 parent efbfd76 commit f0bbbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/docs/pageContent.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const [_1, _2, lang] = path.split("/");
const isRtl = getIsRtlFromLangCode((lang || "en") as KnownLanguageCode);
---

<article id="article" class="flex w-full max-w-screen-lg flex-col">
<article id="article" class="flex w-full max-w-screen-lg flex-col md:px-4">
{lang && lang !== "en" && <OutdatedDocsBanner path={path} />}
<div class="mb-4 h-8">
<BreadCrumbs client:only />
Expand Down

0 comments on commit f0bbbb9

Please sign in to comment.