diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index efffe94..e425de7 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -696,6 +696,7 @@ footer .socbuts a:hover{ font-family: 'Lato-Medium'; margin: 0 auto; max-width: 1110px; + margin-left: 50px; } .textitle_bottom .post_1_main{ letter-spacing: 0.4px; @@ -2082,6 +2083,7 @@ p.right{text-align: right;} } } @media (max-width: 991px) { + .post_1_main{margin-left:0;} .carousel{margin: 0px auto;} .post_1_start{padding-left:0px;} .post_1_start .pic{padding-right:0px;} -- libgit2 0.21.4