From f66a9e9425d395f09d1abfa3a24516be9d1654c8 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Fri, 21 Oct 2016 16:47:26 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index e3eb99e..b3d9318 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1315,10 +1315,10 @@ a.active{ background-repeat: no-repeat; } .mat_pics{ - margin: 43px auto 115px auto; + margin: 43px auto 210px auto; float: none; width: 100%; - max-width: 1070px; + max-width: 1020px; } .mat_pic{ margin-bottom: 25px; @@ -1683,6 +1683,7 @@ p.right{text-align: right;} font-size: 17px; letter-spacing: 0.5px; text-align: left; + margin-left: 45px; } .mat-opt-list ul li{margin-bottom: 20px;} .mat-opt-list ul li:last-child{margin-bottom: 0px;} -- libgit2 0.21.4