Skip to content

Commit 0f2e2be

Browse files
committed
remove top article margin
1 parent 84b5035 commit 0f2e2be

2 files changed

Lines changed: 19 additions & 15 deletions

File tree

bun.lock

Lines changed: 18 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/layouts/WikiArticle.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ const modifiedTime = lastModified
408408
main {
409409
width: 100%;
410410
max-width: 70em;
411-
margin: auto;
411+
margin: 0px auto;
412412
}
413413

414414
article {

0 commit comments

Comments
 (0)