Commit e5139ca19a30f886183f0ec470dacbd7f8dce5fc
Merge remote-tracking branch 'origin/master'
Showing
2 changed files
with
5 additions
and
4 deletions
Show diff stats
frontend/views/site/individual.php
@@ -38,7 +38,7 @@ | @@ -38,7 +38,7 @@ | ||
38 | <div class="row"> | 38 | <div class="row"> |
39 | <div class="col-md-12"> | 39 | <div class="col-md-12"> |
40 | <div class="heading"> | 40 | <div class="heading"> |
41 | - <h2><?= Yii::t('app', 'ind_text1') ?></h2> | 41 | + <h1 class="individ_main"><?= Yii::t('app', 'ind_text1') ?></h1> |
42 | </div> | 42 | </div> |
43 | </div> | 43 | </div> |
44 | </div> | 44 | </div> |
@@ -67,7 +67,7 @@ | @@ -67,7 +67,7 @@ | ||
67 | <section class="bar background-gray steps-pre"> | 67 | <section class="bar background-gray steps-pre"> |
68 | <div class="container"> | 68 | <div class="container"> |
69 | <div class="row text-center"> | 69 | <div class="row text-center"> |
70 | - <h2><?= \Yii::t('app', 'nashiuslugi') ?></h2> | 70 | + <div><?= \Yii::t('app', 'nashiuslugi') ?></div> |
71 | </div> | 71 | </div> |
72 | </div> | 72 | </div> |
73 | </section> | 73 | </section> |
frontend/web/css/main.css
@@ -366,7 +366,8 @@ section.bar.background-gray.steps-pre:before { | @@ -366,7 +366,8 @@ section.bar.background-gray.steps-pre:before { | ||
366 | background: #eeeeee; | 366 | background: #eeeeee; |
367 | z-index: 1; | 367 | z-index: 1; |
368 | } | 368 | } |
369 | -.steps-pre h2{margin: 4px 0;font-size: 42px;} | 369 | +.steps-pre h2,.steps-pre div{margin: 4px 0;font-size: 42px;} |
370 | +.individ_main{font-size: 30px;} | ||
370 | #get-it {padding: 30px 0 10px;background-color:#0080ca;} | 371 | #get-it {padding: 30px 0 10px;background-color:#0080ca;} |
371 | #main-page .blue-fon .heading h2{border:none;} | 372 | #main-page .blue-fon .heading h2{border:none;} |
372 | #main-page .row.portfolio{display: flex;flex-wrap: wrap;} | 373 | #main-page .row.portfolio{display: flex;flex-wrap: wrap;} |
@@ -1014,7 +1015,7 @@ a.btn.sqre_btn.yellow_calc.modaled.init-button-сalculate:hover > .phone_hint { | @@ -1014,7 +1015,7 @@ a.btn.sqre_btn.yellow_calc.modaled.init-button-сalculate:hover > .phone_hint { | ||
1014 | .head_video_buttons .button1{margin-bottom: 7px;} | 1015 | .head_video_buttons .button1{margin-bottom: 7px;} |
1015 | .head_video_buttons .button1, .head_video_buttons .button2{float:none!important;display:block!important;} | 1016 | .head_video_buttons .button1, .head_video_buttons .button2{float:none!important;display:block!important;} |
1016 | /*.button1{width:100%;}*/ | 1017 | /*.button1{width:100%;}*/ |
1017 | - h2, .h2 {font-size: 6vw;} | 1018 | + h2, .h2, h1.individ_main {font-size: 6vw;} |
1018 | .lead{font-size:16px;} | 1019 | .lead{font-size:16px;} |
1019 | .img-title table td.buts{width: 40px!important;} | 1020 | .img-title table td.buts{width: 40px!important;} |
1020 | .img-title table td.buts a.sqre_btn{ | 1021 | .img-title table td.buts a.sqre_btn{ |