diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index 3aee90b..1b50d9b 100644 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -45,7 +45,7 @@ $this->registerJs($js, View::POS_END); -
+
@@ -71,7 +71,7 @@ $this->registerJs($js, View::POS_END);
-
+
@@ -97,7 +97,7 @@ $this->registerJs($js, View::POS_END);
-
+
@@ -123,7 +123,7 @@ $this->registerJs($js, View::POS_END);
-
+
@@ -149,7 +149,7 @@ $this->registerJs($js, View::POS_END);
-
+
@@ -175,7 +175,7 @@ $this->registerJs($js, View::POS_END);
-
+
@@ -201,7 +201,7 @@ $this->registerJs($js, View::POS_END);
-
+
@@ -227,7 +227,7 @@ $this->registerJs($js, View::POS_END);
-
+
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 55de15b..db26879 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -220,17 +220,16 @@ a.sqre_btn { width: 100%; height: 100%; max-width: 864px; - max-height: 480px; + max-height: 484px; margin: 0 auto; - /*padding-top: 56%;*/ - padding-top: 42.4999%; + padding-top: 484px; overflow: hidden; border-radius: 5px; background: url(../img/main_video.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; - margin-bottom:25px; + margin-bottom: 25px; } .main_video_fb iframe, .image_link_wr iframe{ position: absolute; @@ -265,8 +264,9 @@ a.sqre_btn { text-align: left; } .img-title table td.i-title{ - padding-left: 15px; + padding-left: 10px; text-align: left; + padding-right: 10px; } .img-title table .text-left a.sqre_btn{ margin-top:0; @@ -322,6 +322,18 @@ a.sqre_btn { width:100%;height:100%; } #section2{padding: 0!important;} + .main_video_fb{ + padding-top: 404px; + } + .card1 p.lead { + margin-top: 20px; + margin-bottom: 0px; + } +} +@media(max-width:768px){ + .main_video_fb{ + padding-top: 56.1%; + } } @media(min-width:768px) and (max-width:991px){ .navbar-header{width: 57px;} @@ -339,6 +351,7 @@ a.sqre_btn { } .button1{width:100%;} h2, .h2 {font-size: 6vw;} + .lead{font-size:16px;} } @media(max-width:380px){ .more-projects{ -- libgit2 0.21.4