From 766e7ac9a95b41668617762aadc9cf53ba28cdc6 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Fri, 21 Oct 2016 17:54:28 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 35198ec..6148b06 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -17,6 +17,7 @@ body{ overflow: hidden; } .container.cont{ + width:100%; max-width:100%; } a{ @@ -2266,6 +2267,9 @@ p.right{text-align: right;} } } @media (max-width: 991px) { + .textile_bottom{ + margin: 30px auto; + } .menu .container ul li:hover .dropd_menu{ display:none; } -- libgit2 0.21.4