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

ie11 design bug fix

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