Skip to content
Snippets Groups Projects
Commit 4d52ba3a authored by Muhammad Shoaib's avatar Muhammad Shoaib
Browse files

fix the redemption page cross browser issue on safari

parent e57f3e3b
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment