Commit 68f0eb363a0ddd26dce3f810b29e9ddae436a2fc
1 parent
d42789d6
123
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
frontend/views/category/brand.php
@@ -40,7 +40,8 @@ | @@ -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 | <h1 class="title4"><?php echo Seo::widget(['row' => Seo::H1]); ?></h1> | 45 | <h1 class="title4"><?php echo Seo::widget(['row' => Seo::H1]); ?></h1> |
45 | <div class="simple-spoiler just-closed" style="height: 50px"> | 46 | <div class="simple-spoiler just-closed" style="height: 50px"> |
46 | <div class="spoiler-inner"><?php echo Seo::widget(['row' => Seo::SEO_TEXT]); ?></div> | 47 | <div class="spoiler-inner"><?php echo Seo::widget(['row' => Seo::SEO_TEXT]); ?></div> |
@@ -48,5 +49,6 @@ | @@ -48,5 +49,6 @@ | ||
48 | <div class="just-more"> | 49 | <div class="just-more"> |
49 | <a href="#">Узнать больше</a> | 50 | <a href="#">Узнать больше</a> |
50 | </div> | 51 | </div> |
52 | + </div> | ||
51 | </div> | 53 | </div> |
52 | </div> | 54 | </div> |
53 | \ No newline at end of file | 55 | \ No newline at end of file |
frontend/web/css/style.css
@@ -1366,6 +1366,9 @@ a.active{ | @@ -1366,6 +1366,9 @@ a.active{ | ||
1366 | font-family: 'Lato-Light'; | 1366 | font-family: 'Lato-Light'; |
1367 | font-size: 17px; | 1367 | font-size: 17px; |
1368 | font-weight: 600; | 1368 | font-weight: 600; |
1369 | + max-width: 910px; | ||
1370 | + margin-left: auto; | ||
1371 | + margin-right: auto; | ||
1369 | } | 1372 | } |
1370 | .title5{ | 1373 | .title5{ |
1371 | text-transform: uppercase; | 1374 | text-transform: uppercase; |