From 6f5518b9d60617c69ac93e89dd0c9f013c351aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismael=20Mart=C3=ADnez?= Date: Wed, 11 Oct 2017 18:08:11 -0300 Subject: [PATCH] Add left padding for lists in all viewport sizes It looks wrong on medium sizes, and looks like a negative indent on large sizes. --- src/theme.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/theme.js b/src/theme.js index e79f3030..ab304ef4 100644 --- a/src/theme.js +++ b/src/theme.js @@ -324,10 +324,7 @@ const sharedStyles = { marginTop: 20, fontSize: 16, color: colors.text, - - [media.lessThan('small')]: { - paddingLeft: 20, - }, + paddingLeft: 20, '& p, & p:first-of-type': { fontSize: 16,