Commit ef322b46b5b4625d322e876c4a0599288383a233
1 parent
bfe01e08
123
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -999,6 +999,13 @@ footer .socbuts a:hover{ |
999 | 999 | margin-top: 30px; |
1000 | 1000 | padding: 0!important; |
1001 | 1001 | } |
1002 | +.tile3 .picture{ | |
1003 | + max-height: 222px; | |
1004 | + overflow: hidden; | |
1005 | + display: flex; | |
1006 | + justify-content: center; | |
1007 | + align-items: center; | |
1008 | +} | |
1002 | 1009 | .tile3 .title, .tile4 .title{ |
1003 | 1010 | font-size: 18px; |
1004 | 1011 | text-transform: uppercase; |
... | ... | @@ -2172,6 +2179,7 @@ p.right{text-align: right;} |
2172 | 2179 | } |
2173 | 2180 | } |
2174 | 2181 | @media (min-width: 992px) and (max-width: 1199px) { |
2182 | + .post_1 .titles, .text_left{margin-left:0px;} | |
2175 | 2183 | footer .fleft p{ |
2176 | 2184 | background-size: contain; |
2177 | 2185 | } |
... | ... | @@ -2189,6 +2197,7 @@ p.right{text-align: right;} |
2189 | 2197 | .note .picture{margin: 0 0 25px;} |
2190 | 2198 | .note{margin: 17px 0px 75px 0px;} |
2191 | 2199 | .tile3 .picture img,.tile4 .picture img{width:100%;} |
2200 | + | |
2192 | 2201 | .main-box5 { |
2193 | 2202 | padding-top: 0px; |
2194 | 2203 | max-width: 844px; | ... | ... |