#1208

parent 126c0841
......@@ -15,7 +15,7 @@
<?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/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/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
}
.video_sec a.toggle_bottom {
margin-top: 153px;
display: block !important;
}
.top_keys_soc a.toggle_bottom {
position: relative;
......@@ -3319,4 +3320,8 @@ height: auto;
.blog_container .article_short_txt p:not(.read-more) {
text-indent: 30px;
}
section#about-image {
background: white;
}
\ No newline at end of file
......@@ -14,6 +14,9 @@
}
@media only screen and (max-width: 970px) {
.cif {
margin-top: 25px;
}
.mackup_text {
display: none;
......@@ -249,8 +252,18 @@ filter: progid:DXImageTransform.
}
.others_project__subtitle_a {
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) {
......
......@@ -741,6 +741,7 @@ a.toggle_bottom {
@media only screen and (min-width: 320px) and (max-width: 479px) {
.green_title span {
font-size: 20px;
line-height: 37px;
}
}
......@@ -4541,7 +4542,7 @@ footer {
.about_img {
margin-top: 25px;
margin-bottom: 35px;
margin-bottom: 25px;
}
.about_img img {
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