Commit 4d52ba3a by Muhammad Shoaib

fix the redemption page cross browser issue on safari

parent e57f3e3b
......@@ -213,7 +213,7 @@
}
.course-image {
display: inline-block;
float: left;
width: 223px;
margin-right: ($baseline/2);
vertical-align: top;
......@@ -221,7 +221,7 @@
.enrollment-details {
margin-bottom: $baseline;
display: inline-block;
float: left;
width: calc(100% - 237px);
.sub-title {
......
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