Commit 2568d1c76dca95a81b597af83859b2bc2113f041
1 parent
15ece6f5
123
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1905,9 +1905,9 @@ p.right{text-align: right;} |
1905 | 1905 | padding-bottom: 27px; |
1906 | 1906 | } |
1907 | 1907 | .comments-wr { |
1908 | - margin-top: 0px; | |
1908 | + margin-top: 0px!important; | |
1909 | 1909 | } |
1910 | -.comments-start{width:100%;} | |
1910 | +.comments-start{width:100%!important;;} | |
1911 | 1911 | /**/ |
1912 | 1912 | @media (min-width: 1200px){ |
1913 | 1913 | .nav_up{ | ... | ... |