Skip to content
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

Merged
merged 34 commits into from
Mar 9, 2018

Conversation

yasharAyari
Copy link
Contributor

What was the problem?

There were some font-size amount in 'em' that needed to be replaced with 'px' ones

Review checklist

@yasharAyari yasharAyari force-pushed the 85-change-typographical-elements-to-use-px branch 2 times, most recently from 7c3a8cb to 05a8e7f Compare March 6, 2018 16:36
Copy link
Contributor

@slaweet slaweet left a 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

--font-size-h1: 65px;
--font-size-h2: 32px;
--font-size-h3: 28px;
--font-size-h4: 26;
Copy link
Contributor

Choose a reason for hiding this comment

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

px missing

@codecov-io
Copy link

codecov-io commented Mar 8, 2018

Codecov Report

❗ No coverage uploaded for pull request base (0.3.0@d2fc101). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d2fc101...daf717c. Read the comment docs.

@yasharAyari yasharAyari merged commit 34f3686 into 0.3.0 Mar 9, 2018
@yasharAyari yasharAyari deleted the 85-change-typographical-elements-to-use-px branch March 9, 2018 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants