Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
fix(typography): remove lineheight
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperwiner authored and iamstarkov committed Mar 11, 2019
1 parent a4fd2bc commit 0e24228
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/styles/typography.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default function createTypography() {
const ifSmallDevice = (smallFontSize, largeFontSize) => ({
fontFamily: '"Nordnet Sans Mono", "Open Sans", sans',
fontSize: smallFontSize,
lineHeight: 1.2,
letterSpacing: 'normal',
[`@media only screen and (min-width: ${SMALL_DEVICE}px)`]: {
fontSize: largeFontSize,
Expand Down

1 comment on commit 0e24228

@vercel
Copy link

@vercel vercel bot commented on 0e24228 Mar 11, 2019

Choose a reason for hiding this comment

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

Successfully aliased the URL https://nordnet-ui-kit-956pc4604.now.sh to the following alias.

Please sign in to comment.