Commit 768daeb0 by Aksa98

final

parent b601f78b
...@@ -27,6 +27,8 @@ ...@@ -27,6 +27,8 @@
color:#464646; color:#464646;
text-align: center; text-align: center;
font-weight: 500; font-weight: 500;
margin-top: 22px;
margin-bottom: 22px;
} }
.head-cnt hr{ .head-cnt hr{
width: 56px; width: 56px;
...@@ -58,10 +60,10 @@ ...@@ -58,10 +60,10 @@
} }
.txt-left{ .txt-left{
margin-right: 10px; margin-right: 5px;
} }
.txt-right{ .txt-right{
margin-left: 10px; margin-left: 5px;
} }
select{ select{
outline: none; outline: none;
......
...@@ -68,6 +68,9 @@ ...@@ -68,6 +68,9 @@
.nav-tabs{ .nav-tabs{
border-bottom: none; border-bottom: none;
margin-top: 25px ;
margin-bottom: 25px ;
.nav-link{ .nav-link{
padding: 5px 20px 5px 20px; padding: 5px 20px 5px 20px;
color: #6e6e6e; color: #6e6e6e;
......
...@@ -397,10 +397,12 @@ h2{ ...@@ -397,10 +397,12 @@ h2{
} }
} }
} }
/************************footer***********************/
.foot-codeinfo{ .foot-codeinfo{
.col-md-4{ .col-md-4{
max-width: 220px !important; max-width: 220px !important;
padding: 0px !important;
input{ input{
width: 150px !important; width: 150px !important;
height: 22px !important; height: 22px !important;
...@@ -415,7 +417,11 @@ h2{ ...@@ -415,7 +417,11 @@ h2{
} }
} }
.col-md-2{
padding: 0px !important;
} }
}
/**********product**************************/
.pro-main{ .pro-main{
padding-top: 75px !important; padding-top: 75px !important;
.decl{ .decl{
...@@ -483,14 +489,64 @@ h2{ ...@@ -483,14 +489,64 @@ h2{
} }
@media only screen and (min-width: 1400px) and (max-device-width: 1600px) { @media only screen and (min-width: 1400px) and (max-device-width: 1600px) {
/****************footer**************************/
.foot-codeinfo{
.container{
.row{
.col-md-4{
.margins{
h5{
font-size: 20px !important;
}
p{
font-size: 16px !important;
}
}
}
.col-md-2{
h5{
font-size: 20px !important;
}
a{
font-size: 16px !important;
}
}
}
}
}
/***************product*****************************/
.products-det{
.nav-tabs{
margin-top: 25px !important;
margin-bottom: 40px !important;
.nav-link{
padding: 5px 40px 5px 40px !important;
}
}
} }
}
/* 08.0 Large screens ----------- */ /* 08.0 Large screens ----------- */
@media only screen and (min-width: 1824px) {} @media only screen and (min-width: 1824px) {
}
/* 09.0 iPhone 4 ----------- */ /* 09.0 iPhone 4 ----------- */
...@@ -528,6 +584,7 @@ h2{ ...@@ -528,6 +584,7 @@ h2{
/* 15.0 Samsung Galaxy S5 ----------- */ /* 15.0 Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) { @media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
/*************contact**************************************/
.cnt{ .cnt{
.head-cnt{ .head-cnt{
p{ p{
...@@ -535,7 +592,7 @@ h2{ ...@@ -535,7 +592,7 @@ h2{
} }
} }
} }
/***********footer***********************************/
.foot-codeinfo{ .foot-codeinfo{
.col-md-4{ .col-md-4{
margin-left:25px !important; margin-left:25px !important;
......
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