Commit 1b63eb32ba2f4f50abf1ab263da87a7ade18f5f9
1 parent
c818696a
h titles
Showing
4 changed files
with
21 additions
and
20 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -653,7 +653,7 @@ |
653 | 653 | <?php |
654 | 654 | if (!empty($settings->about)) { |
655 | 655 | ?> |
656 | - <h4><?php echo \Yii::t('app', 'About us'); ?></h4> | |
656 | + <div class="h4"><?php echo \Yii::t('app', 'About us'); ?></div> | |
657 | 657 | <p style="max-width: 235px;"><?php echo \Yii::t('app', $settings->about); ?></p> |
658 | 658 | <?php |
659 | 659 | } |
... | ... | @@ -673,7 +673,7 @@ |
673 | 673 | </div> |
674 | 674 | |
675 | 675 | <div class="col-md-3 col-sm-12"> |
676 | - <h4><?php echo \Yii::t('app', 'NewsFollow'); ?></h4> | |
676 | + <div class="h4"><?php echo \Yii::t('app', 'NewsFollow'); ?></div> | |
677 | 677 | <div class="social-logos"> |
678 | 678 | <span> |
679 | 679 | <?php |
... | ... | @@ -687,7 +687,7 @@ |
687 | 687 | </div> |
688 | 688 | <div class="col-md-4 col-sm-12"> |
689 | 689 | |
690 | - <h4><?php echo \Yii::t('app', 'Contact'); ?></h4> | |
690 | + <div class="h4"><?php echo \Yii::t('app', 'Contact'); ?></div> | |
691 | 691 | |
692 | 692 | <p> |
693 | 693 | <table border="0" class="address_footer_table"> | ... | ... |
frontend/views/site/individual.php
... | ... | @@ -179,30 +179,30 @@ |
179 | 179 | <div class="row showcase"> |
180 | 180 | <div class="col-md-3 col-sm-6"> |
181 | 181 | <div class="item"> |
182 | - <h4><span class="counter">58</span><br> | |
182 | + <div class="counter"><span class="counter">58</span><br> | |
183 | 183 | |
184 | - <?= Yii::t('app', 'sect22_1') ?></h4> | |
184 | + <?= Yii::t('app', 'sect22_1') ?></div> | |
185 | 185 | </div> |
186 | 186 | </div> |
187 | 187 | <div class="col-md-3 col-sm-6"> |
188 | 188 | <div class="item"> |
189 | - <h4><span class="counter">117</span><br> | |
189 | + <div class="counter"><span class="counter">117</span><br> | |
190 | 190 | |
191 | - <?= Yii::t('app', 'sect22_2') ?></h4> | |
191 | + <?= Yii::t('app', 'sect22_2') ?></div> | |
192 | 192 | </div> |
193 | 193 | </div> |
194 | 194 | <div class="col-md-3 col-sm-6"> |
195 | 195 | <div class="item"> |
196 | - <h4><span class="counter">193</span><br> | |
196 | + <div class="counter"><span class="counter">193</span><br> | |
197 | 197 | |
198 | - <?= Yii::t('app', 'sect22_3') ?></h4> | |
198 | + <?= Yii::t('app', 'sect22_3') ?></div> | |
199 | 199 | </div> |
200 | 200 | </div> |
201 | 201 | <div class="col-md-3 col-sm-6"> |
202 | 202 | <div class="item"> |
203 | - <h4><span class="counter">303</span><br> | |
203 | + <div class="counter"><span class="counter">303</span><br> | |
204 | 204 | |
205 | - <?= Yii::t('app', 'sect22_4') ?></h4> | |
205 | + <?= Yii::t('app', 'sect22_4') ?></div> | |
206 | 206 | </div> |
207 | 207 | </div> |
208 | 208 | </div> | ... | ... |
frontend/web/css/main.css
... | ... | @@ -367,6 +367,7 @@ section.bar.background-gray.steps-pre:before { |
367 | 367 | z-index: 1; |
368 | 368 | } |
369 | 369 | .steps-pre h2,.steps-pre div{margin: 4px 0;font-size: 42px;} |
370 | +.steps-pre div{margin:4px auto;font-weight:bold;} | |
370 | 371 | .individ_main{font-size: 30px;} |
371 | 372 | #get-it {padding: 30px 0 10px;background-color:#0080ca;} |
372 | 373 | #main-page .blue-fon .heading h2{border:none;} | ... | ... |
frontend/web/css/style.default.css
... | ... | @@ -2209,7 +2209,7 @@ fieldset[disabled] .btn-template-primary.active { |
2209 | 2209 | border: solid 1px #555555; |
2210 | 2210 | } |
2211 | 2211 | |
2212 | -.showcase .item h4 { | |
2212 | +.showcase .item h4, .showcase .item .counter { | |
2213 | 2213 | color: #555555; |
2214 | 2214 | text-transform: uppercase; |
2215 | 2215 | letter-spacing: 0.08em; |
... | ... | @@ -2217,7 +2217,7 @@ fieldset[disabled] .btn-template-primary.active { |
2217 | 2217 | font-size: 16px; |
2218 | 2218 | } |
2219 | 2219 | |
2220 | -.showcase .item h4 span { | |
2220 | +.showcase .item h4 span, .showcase .item .counter span { | |
2221 | 2221 | font-weight: bold; |
2222 | 2222 | font-size: 51px; |
2223 | 2223 | } |
... | ... | @@ -2984,16 +2984,16 @@ fieldset[disabled] .btn-template-primary.active { |
2984 | 2984 | color: #999999; |
2985 | 2985 | } |
2986 | 2986 | |
2987 | -#footer h1, | |
2988 | -#footer h2, | |
2989 | -#footer h3, | |
2990 | -#footer h4, | |
2991 | -#footer h5, | |
2992 | -#footer h6 { | |
2987 | +#footer h1, #footer .h1, | |
2988 | +#footer h2, #footer .h2, | |
2989 | +#footer h3, #footer .h3, | |
2990 | +#footer h4, #footer .h4, | |
2991 | +#footer h5, #footer .h5, | |
2992 | +#footer h6, #footer .h6 { | |
2993 | 2993 | color: #eeeeee; |
2994 | 2994 | } |
2995 | 2995 | |
2996 | -#footer h4 { | |
2996 | +#footer h4, #footer .h4 { | |
2997 | 2997 | font-size: 14px; |
2998 | 2998 | font-weight: 800; |
2999 | 2999 | text-transform: uppercase; | ... | ... |