layout optimisation and adjustments
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user