From c0c6e664fb6d653ff920dd0ed8ee5086bdb0cdad Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Wed, 31 Jul 2019 04:43:59 +0900 Subject: [PATCH] fix: remove padding-left --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 615e561..3598dbe 100644 --- a/src/App.js +++ b/src/App.js @@ -117,13 +117,13 @@ const Result = styled.div` ` const ResultHeader = styled.div` - padding-left: 20px; margin-bottom: 20px; font-size: 1.2rem; font-weight: bold; text-align: center; ${mobile} { + padding-left: 20px; text-align: left; } `