Commit 1c817b6934d2e1ad7c190913403b88c986a7408d
1 parent
923cadac
-Img fix
Showing
2 changed files
with
2 additions
and
3 deletions
Show diff stats
frontend/web/css/style.css
frontend/web/css/style.min.css
... | ... | @@ -322,7 +322,6 @@ ul.main-menu { |
322 | 322 | float: left; |
323 | 323 | padding-left: 40px; |
324 | 324 | border-bottom: 2px solid #939598; |
325 | - display: flex; | |
326 | 325 | } |
327 | 326 | |
328 | 327 | ul.main-menu li { |
... | ... | @@ -2610,7 +2609,7 @@ ul.breadcrumb li a { |
2610 | 2609 | } |
2611 | 2610 | |
2612 | 2611 | .new_article-img { |
2613 | - width: 50%; | |
2612 | + width: 35%; | |
2614 | 2613 | float: left; |
2615 | 2614 | padding-right: 15px; |
2616 | 2615 | margin-bottom: 10px | ... | ... |