|
@@ -201,7 +201,7 @@ body {
|
|
|
width: calc(50% - 5px);
|
|
|
/*width: 100%;*/
|
|
|
height: 100%;
|
|
|
- padding: 1.5rem;
|
|
|
+ /*padding: 1.5rem;*/
|
|
|
/*box-shadow: 2px 2px 2px 2px #eeeeee;*/
|
|
|
}
|
|
|
.mainWrap .bottom > div:first-child {
|
|
@@ -210,6 +210,7 @@ body {
|
|
|
.mainWrap .bottom > div:nth-child(2) {
|
|
|
margin-left: 5px;
|
|
|
background-color: #cceaea;
|
|
|
+ padding: 1.5rem;
|
|
|
}
|
|
|
.mainWrap .bottom .first-box {
|
|
|
text-align: right;
|
|
@@ -465,7 +466,7 @@ body {
|
|
|
}
|
|
|
.mainWrap .bottom {
|
|
|
flex-direction: column;
|
|
|
- height: 400px;
|
|
|
+ height: 450px;
|
|
|
}
|
|
|
.mainWrap .bottom .first-box {
|
|
|
padding: 1.5rem 1.5rem 0.5rem 1.5rem;
|
|
@@ -477,7 +478,7 @@ body {
|
|
|
/* margin-right: 0;*/
|
|
|
/*}*/
|
|
|
.mainWrap .bottom > div:nth-child(2) {
|
|
|
- height: 200px;
|
|
|
+ height: 250px;
|
|
|
/*padding: 0 1rem 1rem 1rem;*/
|
|
|
padding : 1rem;
|
|
|
margin-left: 0;
|