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.

sean/feat: add italic styling in blog content #2078

Merged
1 commit merged into from Sep 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/pages/academy/blog/posts/_style.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,9 @@ export const PreviewContainer = styled(Box)`
margin-top: 40px;
font-weight: bold;
}
& em {
font-style: italic;
}
@media ${device.laptop} {
max-width: none;

Expand Down