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%;
}