From 8f884e7ed4ee99d0ecc4aa494a452c89efb8f545 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Sat, 24 Mar 2018 05:02:00 +0530 Subject: [PATCH 1/2] Make non-divided top half with centre layout --- src/Components/IsNiftyOpenApp/App.css | 4 ++-- src/Components/OpenXDay/Component.css | 8 ++++---- src/Components/OpenXDayMini/Component.css | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Components/IsNiftyOpenApp/App.css b/src/Components/IsNiftyOpenApp/App.css index 1005f7f..9707609 100644 --- a/src/Components/IsNiftyOpenApp/App.css +++ b/src/Components/IsNiftyOpenApp/App.css @@ -68,7 +68,7 @@ .App .OpenXPlusOneDay-container { float: left; - width: 40%; + width: 50%; height: 100%; } @@ -78,6 +78,6 @@ .App .NextOpenClose-container { float: right; - width: 60%; + width: 50%; height: 100%; } \ No newline at end of file diff --git a/src/Components/OpenXDay/Component.css b/src/Components/OpenXDay/Component.css index 3087910..604a59f 100644 --- a/src/Components/OpenXDay/Component.css +++ b/src/Components/OpenXDay/Component.css @@ -23,16 +23,16 @@ .OpenXDay .question { float: left; - width: 40%; + width: 50%; height: 100%; position: relative; - border-right: 5px solid rgba(255, 255, 255, 0.5); + /* border-right: 5px solid rgba(255, 255, 255, 0.5); */ } .OpenXDay .question span { display: block; position: absolute; - text-align: right; + text-align: center; top: 50%; right: 0.5em; transform: translate(0%, -50%); @@ -40,7 +40,7 @@ .OpenXDay .answerComposite { float: right; - width: 60%; + width: 50%; height: 100%; position: relative; } diff --git a/src/Components/OpenXDayMini/Component.css b/src/Components/OpenXDayMini/Component.css index 33b9802..d2dfe4e 100644 --- a/src/Components/OpenXDayMini/Component.css +++ b/src/Components/OpenXDayMini/Component.css @@ -16,7 +16,7 @@ .OpenXDayMini-inner { position: absolute; - text-align: right; + text-align: center; right: 1em; top: 50%; width: 80%; From dda8ba3aaabef2a3161648e86501e7494c7c0965 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Sat, 24 Mar 2018 05:15:20 +0530 Subject: [PATCH 2/2] Trigger build - random change --- src/Components/IsNiftyOpenApp/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/IsNiftyOpenApp/App.css b/src/Components/IsNiftyOpenApp/App.css index 9707609..fbb0070 100644 --- a/src/Components/IsNiftyOpenApp/App.css +++ b/src/Components/IsNiftyOpenApp/App.css @@ -73,7 +73,7 @@ } .App .OpenXPlusOneDay-container .OpenXDayMini { - border-right: 5px solid rgba(255, 255, 255, 0.6); + border-right: 5px solid rgba(255, 255, 255, 0.6 ); } .App .NextOpenClose-container {