Skip to content

Commit

Permalink
feat: change font size to 16px
Browse files Browse the repository at this point in the history
  • Loading branch information
devHudi committed Apr 28, 2024
1 parent 5df29c0 commit 8cdacdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Article/Body/StyledMarkdown/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import styled from "styled-components"

const StyledMarkdown = styled.div`
& {
font-size: 15px;
font-size: 16px;
color: ${props => props.theme.colors.text};
line-height: 1.73;
overflow: visible;
Expand Down

0 comments on commit 8cdacdf

Please sign in to comment.