Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Update vocab.scss
  • Loading branch information
rohan-goel authored Dec 17, 2020
commit ed95827ec2f88309363c58c7fc7df8eca3f7f076
2 changes: 1 addition & 1 deletion src/styles/vocab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

}
.body-normal {
font-size: 0.8125rem;
font-size: 1.125rem;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style here should be:

font-size: 1rem;
font-weight: 400;
line-height: 1.5rem;

font-style: normal;
font-weight: 600;
line-height: 1.1875rem;
Expand Down