Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
fix: global.js margin longhand/shorthand confusion, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Oct 17, 2018
1 parent fc31b7f commit 99dc6a7
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/components/MainLayout/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@ injectGlobal(`
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background-color: ${colors.yellow};
}
Expand Down Expand Up @@ -321,7 +316,7 @@ injectGlobal(`
}
ol {
margin-left: 0 0 1.55rem 1.55rem;
margin: 0 0 1.55rem 1.55rem;
padding: 0;
list-style-position: outside;
list-style-image: none;
Expand All @@ -339,7 +334,7 @@ injectGlobal(`
p {
padding: 0;
margin-bottom: 0 0 1.55rem;
margin: 0 0 1.55rem;
}
figure {
Expand Down Expand Up @@ -369,7 +364,7 @@ injectGlobal(`
}
blockquote {
margin-left: 0 1.55rem 1.55rem;
margin: 0 1.55rem 1.55rem;
padding: 0;
}
Expand Down

0 comments on commit 99dc6a7

Please sign in to comment.