Commit bfe01e081bd1cec1a00dbb89c942b4535842c183
1 parent
dc27487f
123
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1383,7 +1383,10 @@ a.active{ |
1383 | 1383 | color: #777777; |
1384 | 1384 | letter-spacing: 0.4px; |
1385 | 1385 | } |
1386 | -.about_brand{margin:0 20px;margin-bottom: 60px;max-width: 986px;} | |
1386 | +.about_brand{ | |
1387 | + margin: 0 auto; | |
1388 | + margin-bottom: 60px; | |
1389 | + max-width: 966px;} | |
1387 | 1390 | |
1388 | 1391 | .blog1{ |
1389 | 1392 | max-width: 595px; | ... | ... |