Commit c92d04dde4199f5746eb4993e5c8456958d1393d
1 parent
ef322b46
123
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -2179,6 +2179,16 @@ p.right{text-align: right;} |
2179 | 2179 | } |
2180 | 2180 | } |
2181 | 2181 | @media (min-width: 992px) and (max-width: 1199px) { |
2182 | + .tile3 { | |
2183 | + text-align: center; | |
2184 | + overflow: hidden; | |
2185 | + margin-bottom: 40px; | |
2186 | + margin-top: 30px; | |
2187 | + padding: 0!important; | |
2188 | + margin-left: 5px; | |
2189 | + margin-right: 5px; | |
2190 | + width: 48%; | |
2191 | + } | |
2182 | 2192 | .post_1 .titles, .text_left{margin-left:0px;} |
2183 | 2193 | footer .fleft p{ |
2184 | 2194 | background-size: contain; | ... | ... |