mirror of
https://github.com/bendtherules/is-nifty-open.git
synced 2026-08-18 13:52:20 +00:00
Make non-divided top half with centre layout
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
.OpenXDayMini-inner {
|
||||
position: absolute;
|
||||
text-align: right;
|
||||
text-align: center;
|
||||
right: 1em;
|
||||
top: 50%;
|
||||
width: 80%;
|
||||
|
||||
Reference in New Issue
Block a user