Commit 239476df authored by Nameer AS's avatar Nameer AS

ie11 design bug fix

parent c33d8179
......@@ -883,12 +883,13 @@
}
.price {
overflow: inherit;
padding: 5px 0 20px;
position: relative;
text-align: center;
border: none;
transition: all ease 0.3s;
overflow: visible;
flex-basis: 100%;
&:hover {
background: #cb022c;
color: #fff;
......@@ -918,7 +919,7 @@
height: 31px;
font-size: 12px;
padding: 7px 10px;
line-height: 1.2;
line-height: 14px;
span {
position: relative;
z-index: 9;
......@@ -1110,7 +1111,6 @@
left: 50px;
right: 0;
padding: 20px 25px;
margin-bottom: 25px;
.title {
margin: 0 0 10px;
font-size: 24px;
......@@ -1137,6 +1137,7 @@
.sub-footer {
font-size: 12px;
color: #574f4d;
margin-bottom: 95px;
padding: 25px 0;
}
......
......@@ -171,6 +171,12 @@
.fixed-bg {
background-attachment: scroll;
}
.sub-footer {
margin-bottom: 0;
}
footer .form-wrap {
margin-bottom: 34px;
}
}
@media (max-width: 767px) {
......
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