ui: center offichourTable to fit nicer into layout
This commit is contained in:
parent
608a570e6c
commit
fd04fb6206
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
<table>
|
<table class="mx-auto">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="px-2 text-center timetableRightBorder"> </th>
|
<th class="px-2 text-center timetableRightBorder"> </th>
|
||||||
<th class="px-2 text-center timetableRightBorder" colspan="{{.ColspanMon}}">Montag</th>
|
<th class="px-2 text-center timetableRightBorder" colspan="{{.ColspanMon}}">Montag</th>
|
||||||
|
|
Loading…
Reference in a new issue