Add the rest of my modules

This commit is contained in:
2023-10-02 11:13:31 +01:00
parent 58c1280309
commit fcff7ca839
2 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<div class="overflow-hidden shadow ring-1 ring-black ring-opacity-5 sm:rounded-lg">
<h2 class="text-2xl p-2 px-4"><%= course.title %></h2>
<table class="border-t-2 divide-y divide-gray-300">
<table class="border-t-2 divide-y divide-gray-300 w-full">
<thead class="bg-gray-50">
<tr>
<th scope="col" class="py-3.5 pl-4 pr-3 text-left text-sm font-semibold text-gray-900 sm:pl-6">Lecture</th>