|
|
@@ -12,14 +12,14 @@
|
|
|
-webkit-box-sizing:border-box !important; /* Safari */
|
|
|
}
|
|
|
.solution{
|
|
|
- display:flex !important;
|
|
|
- display:-webkit-box !important;
|
|
|
- display: -moz-box !important;
|
|
|
- display: -ms-flexbox !important;
|
|
|
- display: -webkit-flex !important;
|
|
|
- flex-direction:column !important;
|
|
|
- -webkit-flex-direction:column !important;
|
|
|
- width:100% !important;
|
|
|
+ /*display:flex !important;*/
|
|
|
+ /*display:-webkit-box !important;*/
|
|
|
+ /*display: -moz-box !important;*/
|
|
|
+ /*display: -ms-flexbox !important;*/
|
|
|
+ /*display: -webkit-flex !important;*/
|
|
|
+ /*flex-direction:column !important;*/
|
|
|
+ /*-webkit-flex-direction:column !important;*/
|
|
|
+ /*width:100% !important;*/
|
|
|
}
|
|
|
.solution .section{
|
|
|
width:100% !important;
|
|
|
@@ -50,12 +50,12 @@
|
|
|
overflow: hidden !important;
|
|
|
}
|
|
|
.solution .section-2{
|
|
|
- flex:1 !important;
|
|
|
- width:100% !important;
|
|
|
+ /*flex:1 !important;*/
|
|
|
+ /*width:100% !important;*/
|
|
|
}
|
|
|
.solution .section-2 .content{
|
|
|
- width:100% !important;
|
|
|
- height:100% !important;
|
|
|
+ /*width:100% !important;*/
|
|
|
+ /*height:100% !important;*/
|
|
|
display:flex !important;
|
|
|
display:-webkit-box !important;
|
|
|
display: -moz-box !important;
|