From f5e7fb3f99dd3f1d18d873e96f3729f45c121746 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Thu, 6 Oct 2016 16:08:56 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 26644d6..fb56783 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1220,7 +1220,10 @@ a.active{ background-repeat: no-repeat; } .mat_pics{ - margin: 43px 0px 115px 0px; + margin: 43px auto 115px auto; + float: none; + width: 100%; + max-width: 1072px; } .mat_pic{ margin-bottom: 25px; -- libgit2 0.21.4