From ef322b46b5b4625d322e876c4a0599288383a233 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Fri, 21 Oct 2016 16:17:58 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 81fd8bb..e60273a 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -999,6 +999,13 @@ footer .socbuts a:hover{ margin-top: 30px; padding: 0!important; } +.tile3 .picture{ + max-height: 222px; + overflow: hidden; + display: flex; + justify-content: center; + align-items: center; +} .tile3 .title, .tile4 .title{ font-size: 18px; text-transform: uppercase; @@ -2172,6 +2179,7 @@ p.right{text-align: right;} } } @media (min-width: 992px) and (max-width: 1199px) { + .post_1 .titles, .text_left{margin-left:0px;} footer .fleft p{ background-size: contain; } @@ -2189,6 +2197,7 @@ p.right{text-align: right;} .note .picture{margin: 0 0 25px;} .note{margin: 17px 0px 75px 0px;} .tile3 .picture img,.tile4 .picture img{width:100%;} + .main-box5 { padding-top: 0px; max-width: 844px; -- libgit2 0.21.4