Merge pull request #1 from bendtherules/centre-layout

Centre layout
This commit is contained in:
2018-03-24 05:22:04 +05:30
committed by GitHub
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -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%;
}
+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%;