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