improve scaling on medium screens

This commit is contained in:
Brandon Egger
2023-04-10 12:07:54 -05:00
parent c34d919f02
commit 2e1033a565
2 changed files with 3 additions and 3 deletions

View File

@ -158,7 +158,7 @@ const ResourceEntry = ({resource}: {resource: AuditoryResource}) => {
<td className="w-1/4 align-top">
<ResourceSkills skills={resource.skills} skillLevels={resource.skill_levels} />
</td>
<td className="align-top hidden sm:table-cell">
<td className="align-top hidden md:table-cell">
<ResourceDescription manufacturer={resource.manufacturer} description={resource.description} />
</td>
</tr>
@ -275,7 +275,7 @@ const ResourceTable = ({resources, resourcesPerPage, currentPage, totalPages, qu
Skills
</span>
</th>
<th className="hidden sm:table-cell">
<th className="hidden md:table-cell">
<span className="text-gray-300 block px-4 py-2 text-left">
Description
</span>