Commit 115d17c0faa311806326f4ef88739085a47f35bd

Authored by Eugeny Galkovskiy
1 parent 6daf3e16

h1-h6 to span

frontend/views/site/about.php
@@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
17 <div class="col-md-12"> 17 <div class="col-md-12">
18 18
19 <div class="heading"> 19 <div class="heading">
20 - <h2>О нас</h2> 20 + <span class="main">О нас</span>
21 </div> 21 </div>
22 22
23 <div class="lead"> 23 <div class="lead">
frontend/views/site/contact.php
@@ -35,7 +35,7 @@ JS; @@ -35,7 +35,7 @@ JS;
35 <div class="col-md-12"> 35 <div class="col-md-12">
36 <section> 36 <section>
37 <div class="heading"> 37 <div class="heading">
38 - <h2>Контакты</h2> 38 + <span class="main">Контакты</span>
39 </div> 39 </div>
40 40
41 <p class="lead"> 41 <p class="lead">
frontend/views/site/index.php
@@ -143,7 +143,7 @@ _________________________________________________________ --&gt; @@ -143,7 +143,7 @@ _________________________________________________________ --&gt;
143 <div class="row"> 143 <div class="row">
144 <div class="col-md-12"> 144 <div class="col-md-12">
145 <div class="heading text-center"> 145 <div class="heading text-center">
146 - <h2>Наши клиенты</h2> 146 + <span class="main">Наши клиенты</span>
147 </div> 147 </div>
148 148
149 <ul class="owl-carousel customers"> 149 <ul class="owl-carousel customers">
frontend/web/css/custom.css
@@ -158,4 +158,18 @@ span.panel-title{ @@ -158,4 +158,18 @@ span.panel-title{
158 margin-bottom: 20px; 158 margin-bottom: 20px;
159 display:inline-block; 159 display:inline-block;
160 line-height: 1.1; 160 line-height: 1.1;
  161 +}
  162 +.heading span.main{
  163 + display: inline-block;
  164 + border-bottom: solid 5px #986dbd;
  165 + line-height: 1.1;
  166 + margin-bottom: 0;
  167 + padding-bottom: 10px;
  168 + vertical-align: middle;
  169 + text-transform: uppercase;
  170 + letter-spacing: 0.06em;
  171 + font-size: 30px;
  172 + font-weight: bold;
  173 + color: #333333;
  174 + margin-top: 20px;
161 } 175 }
162 \ No newline at end of file 176 \ No newline at end of file