From 52bf7eaa59699b30067e9f314163f22d5a6ca498 Mon Sep 17 00:00:00 2001 From: GatsbyJS Bot Date: Mon, 14 Jan 2019 17:10:24 +0000 Subject: [PATCH] Remove wrong CSS font-color property (#11047) Fix CSS line-height property name Remove unused longhand CSS padding properties ## Description This PR fixes a few CSS issues that were found during an analysis. ## Related Issues --- src/components/layout.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/layout.css b/src/components/layout.css index 68aa9337485f7..6ca5b70d7a97f 100644 --- a/src/components/layout.css +++ b/src/components/layout.css @@ -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;