We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f045dee commit dc16025Copy full SHA for dc16025
1 file changed
src/components/Page/Page.jsx
@@ -142,7 +142,7 @@ export default function Page(props) {
142
.map((post) => (
143
<div
144
key={post.url}
145
- className="blog-post-item mb-[3rem] pb-[2rem] border-b border-gray-100 last:border-b-0 [[data-theme='dark']_&]:border-gray-800"
+ className="mb-[3rem] pb-[2rem] border-b border-gray-100 last:border-b-0 [[data-theme='dark']_&]:border-gray-800"
146
>
147
<h2 className="mt-0 mb-[0.5rem] text-[1.8rem] font-bold leading-[1.2]">
148
<Link
0 commit comments