Skip to content

Commit aecbe1d

Browse files
committed
style(web): scope .right-sidebar rule to <div> selector in BlogPostLayout.astro
1 parent 2f5a50e commit aecbe1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/hhai.dev/src/layouts/BlogPostLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ const headings = Astro.props.headings;
481481
}
482482
}
483483

484-
.right-sidebar {
484+
div.right-sidebar {
485485
grid-column-start: 5;
486486
grid-column-end: 6;
487487
grid-row-start: 3;

0 commit comments

Comments
 (0)