Commit f5e7fb3f99dd3f1d18d873e96f3729f45c121746
1 parent
209ca557
123
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1220,7 +1220,10 @@ a.active{ |
1220 | 1220 | background-repeat: no-repeat; |
1221 | 1221 | } |
1222 | 1222 | .mat_pics{ |
1223 | - margin: 43px 0px 115px 0px; | |
1223 | + margin: 43px auto 115px auto; | |
1224 | + float: none; | |
1225 | + width: 100%; | |
1226 | + max-width: 1072px; | |
1224 | 1227 | } |
1225 | 1228 | .mat_pic{ |
1226 | 1229 | margin-bottom: 25px; | ... | ... |