Skip to content

Commit 074a66f

Browse files
committed
slide top padding on aside content in markdown layout
1 parent 622d2e5 commit 074a66f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/layouts/Layout.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ import "../styles/markdown.css";
1313
</head>
1414
<body>
1515
<aside>
16-
<LeftSide />
16+
<div class="mt-10">
17+
<LeftSide />
18+
</div>
1719
</aside>
1820
<main>
1921
<nav>

0 commit comments

Comments
 (0)