Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 32c7834

Browse files
Sean Hoseanho96
andauthored
feat: add italic styling in blog content (#2078)
Co-authored-by: Sean Ho <[email protected]>
1 parent 50b381a commit 32c7834

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pages/academy/blog/posts/_style.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,9 @@ export const PreviewContainer = styled(Box)`
285285
margin-top: 40px;
286286
font-weight: bold;
287287
}
288+
& em {
289+
font-style: italic;
290+
}
288291
@media ${device.laptop} {
289292
max-width: none;
290293

0 commit comments

Comments
 (0)