layout optimisation and adjustments

This commit is contained in:
Dobromir Popov
2024-02-28 12:44:28 +02:00
parent 138530597a
commit 243405db0c
9 changed files with 156 additions and 19 deletions

View File

@ -78,12 +78,13 @@
.week5 {
background-color: #C785C8;
}
</style>
</head>
<body>
{{#each events}}
<div style="page-break-before: always;"></div>
<div style="page-break-before: always;" class="hidden md:block"></div>
<table>
<thead class="week{{week}}">
<tr>
@ -97,7 +98,7 @@
<tr>
<td class="col1">{{time}}</td>
<td class="col2">{{names}}</td>
<td class="col3">{{notes}}<strong>{{notes_bold}}</strong></td>
<td class="col3 md:table-cell">{{notes}}<strong>{{notes_bold}}</strong></td>
</tr>
{{/each}}
</tbody>