Commit 68f0eb363a0ddd26dce3f810b29e9ddae436a2fc

Authored by Eugeny Galkovskiy
1 parent d42789d6

123

frontend/views/category/brand.php
... ... @@ -40,7 +40,8 @@
40 40 ])
41 41 ?>
42 42  
43   - <div class="col-md-12 about_brand">
  43 + <div class="col-md-12">
  44 + <div class="about_brand">
44 45 <h1 class="title4"><?php echo Seo::widget(['row' => Seo::H1]); ?></h1>
45 46 <div class="simple-spoiler just-closed" style="height: 50px">
46 47 <div class="spoiler-inner"><?php echo Seo::widget(['row' => Seo::SEO_TEXT]); ?></div>
... ... @@ -48,5 +49,6 @@
48 49 <div class="just-more">
49 50 <a href="#">Узнать больше</a>
50 51 </div>
  52 + </div>
51 53 </div>
52 54 </div>
53 55 \ No newline at end of file
... ...
frontend/web/css/style.css
... ... @@ -1366,6 +1366,9 @@ a.active{
1366 1366 font-family: 'Lato-Light';
1367 1367 font-size: 17px;
1368 1368 font-weight: 600;
  1369 + max-width: 910px;
  1370 + margin-left: auto;
  1371 + margin-right: auto;
1369 1372 }
1370 1373 .title5{
1371 1374 text-transform: uppercase;
... ...