Skip to content

Commit 67b3f2b

Browse files
committed
fix overlapping quote symbols
1 parent 65ce349 commit 67b3f2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/PostLayout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export default function PostLayout({
9797
margin: 0 auto;
9898
padding: 0 1.5rem;
9999
box-sizing: border-box;
100+
z-index: 0;
100101
}
101102
.metadata div {
102103
display: inline-block;

0 commit comments

Comments
 (0)