Commit 154e52d907a9e4abd3e508f4820a7a608f4e3239
1 parent
fc489344
123
Showing
1 changed file
with
14 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -2206,6 +2206,20 @@ p.right{text-align: right;} |
2206 | 2206 | } |
2207 | 2207 | } |
2208 | 2208 | @media (max-width: 991px) { |
2209 | + .shares{ | |
2210 | + list-style: none; | |
2211 | + position: absolute; | |
2212 | + bottom: -52px; | |
2213 | + width: 100%; | |
2214 | + padding: 0; | |
2215 | + margin: 0; | |
2216 | + display: flex; | |
2217 | + justify-content: center; | |
2218 | + } | |
2219 | + .shares li{ | |
2220 | + float: left; | |
2221 | + margin-right: 10px; | |
2222 | + } | |
2209 | 2223 | .tile_1{ |
2210 | 2224 | max-width: 218px; |
2211 | 2225 | } | ... | ... |