Commit ef322b46b5b4625d322e876c4a0599288383a233

Authored by Eugeny Galkovskiy
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,6 +999,13 @@ footer .socbuts a:hover{
999 margin-top: 30px; 999 margin-top: 30px;
1000 padding: 0!important; 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 .tile3 .title, .tile4 .title{ 1009 .tile3 .title, .tile4 .title{
1003 font-size: 18px; 1010 font-size: 18px;
1004 text-transform: uppercase; 1011 text-transform: uppercase;
@@ -2172,6 +2179,7 @@ p.right{text-align: right;} @@ -2172,6 +2179,7 @@ p.right{text-align: right;}
2172 } 2179 }
2173 } 2180 }
2174 @media (min-width: 992px) and (max-width: 1199px) { 2181 @media (min-width: 992px) and (max-width: 1199px) {
  2182 + .post_1 .titles, .text_left{margin-left:0px;}
2175 footer .fleft p{ 2183 footer .fleft p{
2176 background-size: contain; 2184 background-size: contain;
2177 } 2185 }
@@ -2189,6 +2197,7 @@ p.right{text-align: right;} @@ -2189,6 +2197,7 @@ p.right{text-align: right;}
2189 .note .picture{margin: 0 0 25px;} 2197 .note .picture{margin: 0 0 25px;}
2190 .note{margin: 17px 0px 75px 0px;} 2198 .note{margin: 17px 0px 75px 0px;}
2191 .tile3 .picture img,.tile4 .picture img{width:100%;} 2199 .tile3 .picture img,.tile4 .picture img{width:100%;}
  2200 +
2192 .main-box5 { 2201 .main-box5 {
2193 padding-top: 0px; 2202 padding-top: 0px;
2194 max-width: 844px; 2203 max-width: 844px;