Commit f3461f4e9697132daa8491a9e73bdf6591d8a63c
1 parent
52bf470b
123
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -2207,7 +2207,7 @@ p.right{text-align: right;} |
2207 | 2207 | } |
2208 | 2208 | @media (max-width: 991px) { |
2209 | 2209 | .blog1 .text .picture{ |
2210 | - margin-bottom: 70px; | |
2210 | + margin-bottom: 53px; | |
2211 | 2211 | } |
2212 | 2212 | .shares{ |
2213 | 2213 | list-style: none; |
... | ... | @@ -2216,6 +2216,8 @@ p.right{text-align: right;} |
2216 | 2216 | width: 100%; |
2217 | 2217 | padding: 0; |
2218 | 2218 | margin: 0; |
2219 | + top: inherit; | |
2220 | + right: inherit; | |
2219 | 2221 | display: flex; |
2220 | 2222 | justify-content: center; |
2221 | 2223 | } | ... | ... |