Commit 115d17c0faa311806326f4ef88739085a47f35bd
1 parent
6daf3e16
h1-h6 to span
Showing
4 changed files
with
17 additions
and
3 deletions
Show diff stats
frontend/views/site/about.php
frontend/views/site/contact.php
frontend/views/site/index.php
| ... | ... | @@ -143,7 +143,7 @@ _________________________________________________________ --> |
| 143 | 143 | <div class="row"> |
| 144 | 144 | <div class="col-md-12"> |
| 145 | 145 | <div class="heading text-center"> |
| 146 | - <h2>Наши клиенты</h2> | |
| 146 | + <span class="main">Наши клиенты</span> | |
| 147 | 147 | </div> |
| 148 | 148 | |
| 149 | 149 | <ul class="owl-carousel customers"> | ... | ... |
frontend/web/css/custom.css
| ... | ... | @@ -158,4 +158,18 @@ span.panel-title{ |
| 158 | 158 | margin-bottom: 20px; |
| 159 | 159 | display:inline-block; |
| 160 | 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 | 176 | \ No newline at end of file | ... | ... |