| Index: anwiki/_override-static/global/global/css/index-mobile.css |
| =================================================================== |
| --- a/anwiki/_override-static/global/global/css/index-mobile.css |
| +++ b/anwiki/_override-static/global/global/css/index-mobile.css |
| @@ -5,6 +5,18 @@ |
| margin-right: 0; |
| } |
| +#content>div:first-child |
| +{ |
| + display: -webkit-flex; |
| + display: -moz-flex; |
| + display: -ms-flex; |
| + display: flex; |
| + -webkit-flex-direction: column; |
| + -moz-flex-direction: column; |
| + -ms-flex-direction: column; |
| + flex-direction: column; |
| +} |
| + |
| #video |
| { |
| -webkit-box-sizing: border-box; |