Commit 19a7d1a32a40dc438a740aa6a49d0487e7163856
1 parent
f0b509ac
styles edit 1
Showing
2 changed files
with
5 additions
and
4 deletions
Show diff stats
frontend/views/site/individual.php
... | ... | @@ -38,7 +38,7 @@ |
38 | 38 | <div class="row"> |
39 | 39 | <div class="col-md-12"> |
40 | 40 | <div class="heading"> |
41 | - <h2><?= Yii::t('app', 'ind_text1') ?></h2> | |
41 | + <h1 class="individ_main"><?= Yii::t('app', 'ind_text1') ?></h1> | |
42 | 42 | </div> |
43 | 43 | </div> |
44 | 44 | </div> |
... | ... | @@ -67,7 +67,7 @@ |
67 | 67 | <section class="bar background-gray steps-pre"> |
68 | 68 | <div class="container"> |
69 | 69 | <div class="row text-center"> |
70 | - <h2><?= \Yii::t('app', 'nashiuslugi') ?></h2> | |
70 | + <div><?= \Yii::t('app', 'nashiuslugi') ?></div> | |
71 | 71 | </div> |
72 | 72 | </div> |
73 | 73 | </section> | ... | ... |
frontend/web/css/main.css
... | ... | @@ -366,7 +366,8 @@ section.bar.background-gray.steps-pre:before { |
366 | 366 | background: #eeeeee; |
367 | 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 | 371 | #get-it {padding: 30px 0 10px;background-color:#0080ca;} |
371 | 372 | #main-page .blue-fon .heading h2{border:none;} |
372 | 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 | 1015 | .head_video_buttons .button1{margin-bottom: 7px;} |
1015 | 1016 | .head_video_buttons .button1, .head_video_buttons .button2{float:none!important;display:block!important;} |
1016 | 1017 | /*.button1{width:100%;}*/ |
1017 | - h2, .h2 {font-size: 6vw;} | |
1018 | + h2, .h2, h1.individ_main {font-size: 6vw;} | |
1018 | 1019 | .lead{font-size:16px;} |
1019 | 1020 | .img-title table td.buts{width: 40px!important;} |
1020 | 1021 | .img-title table td.buts a.sqre_btn{ | ... | ... |