From 434d97ee706b2365ea33ee45e05ddb5d83fc6b20 Mon Sep 17 00:00:00 2001 From: rahuldkjain Date: Sat, 18 Jul 2020 17:53:46 +0530 Subject: [PATCH] fix: download button css --- src/pages/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/index.css b/src/pages/index.css index bd06289..cf0eecf 100644 --- a/src/pages/index.css +++ b/src/pages/index.css @@ -155,7 +155,7 @@ input:focus { border: 2px solid var(--grey-75); text-align: center; cursor: pointer; - width: 50%; + width: 60%; justify-self: center; padding: 2% 0%; } @@ -164,7 +164,7 @@ input:focus { border: 2px solid var(--grey-75); text-align: center; cursor: pointer; - width: 50%; + width: 60%; justify-self: center; padding: 2% 0%; } @@ -178,7 +178,7 @@ input:focus { border: 2px solid var(--grey-75); text-align: center; cursor: pointer; - width: 50%; + width: 60%; justify-self: end; padding: 2% 0%; } @@ -196,7 +196,7 @@ input:focus { border: 2px solid var(--grey-75); text-align: center; cursor: pointer; - width: 50%; + width: 60%; justify-self: start; padding: 2% 0%; }