diff --git a/src/Components/IsNiftyOpenApp/App.css b/src/Components/IsNiftyOpenApp/App.css index 1005f7f..fbb0070 100644 --- a/src/Components/IsNiftyOpenApp/App.css +++ b/src/Components/IsNiftyOpenApp/App.css @@ -68,16 +68,16 @@ .App .OpenXPlusOneDay-container { float: left; - width: 40%; + width: 50%; height: 100%; } .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 { 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%;