|
@@ -110,6 +110,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.thr-left {
|
|
.thr-left {
|
|
|
|
+ margin: auto;
|
|
width: 79%;
|
|
width: 79%;
|
|
height: 49px;
|
|
height: 49px;
|
|
background-color: #eeeeee;
|
|
background-color: #eeeeee;
|
|
@@ -131,6 +132,9 @@
|
|
}
|
|
}
|
|
|
|
|
|
.thr1 {
|
|
.thr1 {
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ justify-content: space-evenly;
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
}
|
|
}
|
|
|
|
|