Commit 0f712ced02b95e997ce8bc501529c4ef8b97df8b

Authored by Eugeny Galkovskiy
1 parent c8e0676f

-partners 5

-h2 deleted
frontend/views/blog/article.php
... ... @@ -45,7 +45,6 @@ _________________________________________________________ -->
45 45 'd M, Y',
46 46 $model->created_at
47 47 ) ?></p>
48   - <p class="lead"><?= $model->lang->body_preview ?></p>
49 48  
50 49 <div id="post-content" class="lead">
51 50  
... ...
frontend/views/site/comments.php
... ... @@ -14,9 +14,6 @@
14 14 <div class="container">
15 15 <div class="row">
16 16 <div class="col-md-12">
17   - <div class="heading">
18   - <h2>Отзывы</h2>
19   - </div>
20 17 <?php
21 18 echo CommentWidget::widget(
22 19 [
... ...
frontend/views/site/contact.php
... ... @@ -34,9 +34,6 @@ JS;
34 34 <div class="row">
35 35 <div class="col-md-12">
36 36 <section>
37   - <div class="heading">
38   - <h2>Контакты</h2>
39   - </div>
40 37  
41 38 <?php
42 39 // echo '<p class="lead">Are you curious about something? Do you have some kind of problem with our products? As am hastily invited settled at limited civilly fortune me. Really spring in extent an by. Judge but built gay party world. Of so am
... ...
frontend/views/site/price.php
... ... @@ -22,10 +22,6 @@ $this-&gt;params[ &#39;breadcrumbs&#39; ][] = $this-&gt;title;
22 22  
23 23 <div id="content">
24 24 <div class="container price-page">
25   -
26   - <div class="heading text-center">
27   - <h2><?=$this->title?></h2>
28   - </div>
29 25 <div class="row">
30 26 <div class="col-md-8 col-md-offset-2">
31 27 <div class="tabs">
... ...
frontend/web/css/custom.css
... ... @@ -472,6 +472,14 @@ div.modal-title{
472 472 .footer-copyrights{
473 473 margin-top:-55px;
474 474 }
  475 +#blog-listing-big .post .author-category, #blog-homepage .post .author-category {
  476 + color: #999999;
  477 + text-transform: uppercase;
  478 + font-weight: 300;
  479 + letter-spacing: 0.08em;
  480 + display: inline-block;
  481 + margin-right: 15px;
  482 +}
475 483 @media (max-width: 991px) {
476 484 .footer-copyrights{
477 485 margin-top:0;
... ...
frontend/web/js/front.js
... ... @@ -125,7 +125,7 @@ function sliders() {
125 125 $(".customers")
126 126 .owlCarousel(
127 127 {
128   - items: 6,
  128 + items: 5,
129 129 itemsDesktopSmall: [
130 130 990,
131 131 4
... ...