Skip to content

Commit

Permalink
Remove wrong CSS font-color property (#11047)
Browse files Browse the repository at this point in the history
Fix CSS line-height property name

Remove unused longhand CSS padding properties

<!--
  Have any questions? Check out the contributing docs at https://gatsby.app/contribute, or
  ask in this Pull Request and a Gatsby maintainer will be happy to help :)
-->

## Description
This PR fixes a few CSS issues that were found during an analysis.

<!-- Write a brief description of the changes introduced by this PR -->

## Related Issues

<!--
  Link to the issue that is fixed by this PR (if there is one)
  e.g. Fixes #1234, Addresses #1234, Related to #1234, etc.
-->
  • Loading branch information
DanielRuf authored and DSchau committed Jan 14, 2019
1 parent 416a216 commit 97398f0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@

.blog-social ul > li:hover a > i {
color: #444;
font-color: #444;
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
.blog-nav ul li a {
font-size: 16px;
line-heigh: 26px;
line-height: 26px;
margin-bottom: 26px;
border-bottom: 0;
font-weight: 400;
Expand Down
4 changes: 0 additions & 4 deletions starters/default/src/components/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -398,10 +398,6 @@ pre {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
font-size: 0.85rem;
line-height: 1.42;
Expand Down

0 comments on commit 97398f0

Please sign in to comment.