Skip to content

Commit

Permalink
fix styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AnveshNalimela committed Feb 4, 2024
1 parent 90a7186 commit 999f1c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions views/educator.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<div class="grid grid-cols-1 gap-4"> <!-- Use grid for vertical alignment with a gap of 4 units -->
<% for( var i=0; i < createdCourses.length; i++) { %>
<nav class="bg-white flex ml-10 mt-5 p-4 w-full rounded-md">
<div class="bg-white flex ml-10 mt-5 p-4 w-full rounded-md">
<div class="inline-block">
<h3 class="text-lg font-semibold mb-2">
<%= i+1 %> : <%= createdCourses[i].name %>
Expand Down Expand Up @@ -95,13 +95,13 @@
</div>
</a>
</div>
</nav>
</div>
<% } %>
</div>
<% } %>
</div>

</div>


<%- include('footer.ejs') %>
</body>

Expand Down

0 comments on commit 999f1c2

Please sign in to comment.