#1208

parent 126c0841
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<?php $this->registerJsFile('/js/parallax.min.js', ['position' => yii\web\View::POS_END ]);?> <?php $this->registerJsFile('/js/parallax.min.js', ['position' => yii\web\View::POS_END ]);?>
<?php $this->registerJsFile('/js/wow.min.js', ['position' => yii\web\View::POS_END ]);?> <?php $this->registerJsFile('/js/wow.min.js', ['position' => yii\web\View::POS_END ]);?>
<?php $this->registerJsFile('/js/jquery-validate.min.js', ['position' => yii\web\View::POS_END ]);?> <?php $this->registerJsFile('/js/jquery-validate.min.js', ['position' => yii\web\View::POS_END ]);?>
<?php $this->registerJsFile('/js/jquery.mb.YTPlayer.min.js', ['position' => yii\web\View::POS_END ]);?> <?php // $this->registerJsFile('/js/jquery.mb.YTPlayer.min.js', ['position' => yii\web\View::POS_END ]);?>
<?php $this->registerJsFile('/js/jquery.PageScroll2id.min.js', ['position' => yii\web\View::POS_END ]);?> <?php $this->registerJsFile('/js/jquery.PageScroll2id.min.js', ['position' => yii\web\View::POS_END ]);?>
<?php // $this->registerJsFile('/js/inputmask.js', ['position' => yii\web\View::POS_END ]);?> <?php // $this->registerJsFile('/js/inputmask.js', ['position' => yii\web\View::POS_END ]);?>
......
...@@ -826,6 +826,7 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow ...@@ -826,6 +826,7 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow
} }
.video_sec a.toggle_bottom { .video_sec a.toggle_bottom {
margin-top: 153px; margin-top: 153px;
display: block !important;
} }
.top_keys_soc a.toggle_bottom { .top_keys_soc a.toggle_bottom {
position: relative; position: relative;
...@@ -3320,3 +3321,7 @@ height: auto; ...@@ -3320,3 +3321,7 @@ height: auto;
.blog_container .article_short_txt p:not(.read-more) { .blog_container .article_short_txt p:not(.read-more) {
text-indent: 30px; text-indent: 30px;
} }
section#about-image {
background: white;
}
\ No newline at end of file
...@@ -14,6 +14,9 @@ ...@@ -14,6 +14,9 @@
} }
@media only screen and (max-width: 970px) { @media only screen and (max-width: 970px) {
.cif {
margin-top: 25px;
}
.mackup_text { .mackup_text {
display: none; display: none;
...@@ -250,7 +253,17 @@ filter: progid:DXImageTransform. ...@@ -250,7 +253,17 @@ filter: progid:DXImageTransform.
.others_project__subtitle_a { .others_project__subtitle_a {
display: block; display: block;
} }
.dep_sec {
padding-top: 20px;
}
.dep_title {
margin-bottom: 30px;
}
section#about-image .container,
section#about-image .container img {
width: 100% !important;
padding: 0;
}
} }
@media only screen and (max-width: 480px) { @media only screen and (max-width: 480px) {
......
...@@ -741,6 +741,7 @@ a.toggle_bottom { ...@@ -741,6 +741,7 @@ a.toggle_bottom {
@media only screen and (min-width: 320px) and (max-width: 479px) { @media only screen and (min-width: 320px) and (max-width: 479px) {
.green_title span { .green_title span {
font-size: 20px; font-size: 20px;
line-height: 37px;
} }
} }
...@@ -4541,7 +4542,7 @@ footer { ...@@ -4541,7 +4542,7 @@ footer {
.about_img { .about_img {
margin-top: 25px; margin-top: 25px;
margin-bottom: 35px; margin-bottom: 25px;
} }
.about_img img { .about_img img {
width: 100%; width: 100%;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment