fix:#92 added responsive design for more subpages

This commit is contained in:
masterElmar
2023-12-05 13:49:13 +01:00
parent 0423244279
commit 3996fd3ec9
9 changed files with 17 additions and 11955 deletions

View File

@ -30,7 +30,7 @@ function sortModuleEventsByStart(events: Event[]) {
<template>
<div>
<h2>{{ module.name }}</h2>
<table>
<table class="w-full">
<tr>
<td>{{ $t("moduleInformation.course") }}: {{ module.course }}</td>
</tr>