Skip to content
Snippets Groups Projects
Commit 5f766f38 authored by Saleem Latif's avatar Saleem Latif
Browse files

Changes after testing on staging

parent a2bb8ed9
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,12 @@
}
.certificate-info-section{
overflow: auto;
overflow: auto;
.course-title-section, .course-number-section{
min-width: 47%;
@include margin-right(2%);
}
}
}
......
......@@ -30,7 +30,7 @@
<% } %>
</div>
<div class='course-number-section pull-right'>
<div class='course-number-section pull-left'>
<div class="actual-course-number">
<span class="certificate-label"><b><%= gettext('Course Number') %>: </b> </span>
<span class="certificate-value"><%= course.get('num') %></span>
......
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