diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index 3511c00..14d178f 100644 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -101,7 +101,8 @@ $this->registerJs($js, View::POS_END);
diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index 2c6e58b..a431c8f 100644 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -16,7 +16,7 @@ text-decoration: none; cursor: pointer; transition: 0.3s; - display: inline-block; + display: block; text-align: center; font-weight: bold; width: 158px; @@ -25,13 +25,14 @@ font-size: 13px; line-height: 14px; background-position: 14px center; - background-size: 11%; + background-size: 18px; background-repeat: no-repeat; padding-left: 25px; letter-spacing: 0; border: none; outline: none; border-radius: 2px; + margin-bottom: 15px; } .btn.button1.mini { background-image: url(../img/arrows_right_w2.png); @@ -56,6 +57,7 @@ line-height: 14px; background-size: 9%; } +.why-us .button1{width: 190px;} .static_logo_img{width:85px;} .static_logo_about{ font-family: Arial, sans-serif!important; @@ -189,6 +191,8 @@ section.blue-fon {padding-top: 25px;} .button1.more-projects {padding: 14px;width: 240px;font-size: 14px;margin-bottom: 25px;} .pr_title2 span{display:none!important;} .btn.icon_phone {background-image: url(../img/icon_phone.png);} +.btn.icon_car {background-image: url(../img/icon_car.png);} +.btn.icon_calc {background-image: url(../img/icon_calc.png);} .button1 span, .button2 span {display: block;font-weight: normal;font-size: 11px;} .button1:hover { text-decoration: none; -- libgit2 0.21.4