Make non-divided top half with centre layout

This commit is contained in:
2018-03-24 05:02:00 +05:30
parent c41617d1b8
commit 8f884e7ed4
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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%;
}
+4 -4
View File
@@ -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;
}
+1 -1
View File
@@ -16,7 +16,7 @@
.OpenXDayMini-inner {
position: absolute;
text-align: right;
text-align: center;
right: 1em;
top: 50%;
width: 80%;