diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css
index 6aafe68..4ee0c0b 100644
--- a/frontend/web/css/style.css
+++ b/frontend/web/css/style.css
@@ -92,23 +92,26 @@
display: inline-block;
text-align: center;
font-weight: bold;
- width: 250px;
- padding: 12px 0;
- font-size: 16px;
- line-height: 18px;
- background-position: 20px center;
+ width: 158px;
+ padding: 8px 0;
+ padding-top: 10px;
+ font-size: 13px;
+ line-height: 14px;
+ background-position: 14px center;
+ background-size: 11%;
background-repeat: no-repeat;
padding-left: 25px;
- letter-spacing:0;
+ letter-spacing: 0;
border: none;
outline: none;
+ border-radius: 2px;
}
.btn.icon_stat{background-image: url(../img/icon_stat.png);}
.btn.icon_phone{background-image: url(../img/icon_phone.png);}
.button1 span, .button2 span{
display: block;
font-weight: normal;
- font-size: 14px;
+ font-size: 11px;
}
.button1:hover {
text-decoration:none;
@@ -207,7 +210,12 @@ a.sqre_btn {
.panel-heading.active a:before{
content: "\f107";
}
-.more-projects{padding: 18px;width: 300px;font-size: 18px;margin-bottom:40px;}
+.more-projects{
+ padding: 14px;
+ width: 240px;
+ font-size: 14px;
+ margin-bottom: 25px;
+}
.background-kben p{
color:#fff;
@@ -219,10 +227,9 @@ a.sqre_btn {
position: relative;
width: 100%;
height: 100%;
- max-width: 864px;
- max-height: 484px;
+ max-height: 639px;
margin: 0 auto;
- padding-top: 484px;
+ padding-top: 639px;
overflow: hidden;
border-radius: 5px;
background: url(../img/main_video.jpg);
@@ -287,7 +294,7 @@ a.sqre_btn {
margin-bottom: -15px;
}
.pb0{padding-bottom: 0;}
-#section2{padding-bottom: 10px;}
+#section2{padding-bottom: 10px;padding-top:0px;}
.langs{
float: right;
@@ -300,6 +307,11 @@ a.sqre_btn {
font-weight:bold;
color:#fff!important;
}
+.card1 .heading.text-left h2 {
+ margin-top:0px;
+}
+
+.card1{padding-top:60px;}
@media(min-width:992px) and (max-width:1199px){
.pr_cover {
--
libgit2 0.21.4