-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change typographical elements to use px - Closes #85 #524
Change typographical elements to use px - Closes #85 #524
Conversation
7c3a8cb
to
05a8e7f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still places that use em
. You can find them with git grep '[0-9]em'
.
I would also consider removing em
here:
https://github.com/LiskHQ/lisk-hub/blob/805653beac53411dafc81b991c59fe4643977098/config/webpack.config.react.js#L48
src/components/app/variables.css
Outdated
--font-size-h1: 65px; | ||
--font-size-h2: 32px; | ||
--font-size-h3: 28px; | ||
--font-size-h4: 26; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
px
missing
Codecov Report
@@ Coverage Diff @@
## 0.3.0 #524 +/- ##
========================================
Coverage ? 91.82%
========================================
Files ? 184
Lines ? 3072
Branches ? 840
========================================
Hits ? 2821
Misses ? 251
Partials ? 0 Continue to review full report at Codecov.
|
What was the problem?
There were some font-size amount in 'em' that needed to be replaced with 'px' ones
Review checklist