This commit is contained in:
Romein van Buren 2025-01-05 13:59:51 +01:00
parent 852cd42006
commit c73f32aaa1
No known key found for this signature in database
2 changed files with 9 additions and 14 deletions

View File

@ -39,3 +39,8 @@
grid-template-columns: repeat(var(--cols, 2), 1fr);
}
}
.vp-doc table {
display: table;
width: 100%;
}

View File

@ -1,16 +1,6 @@
# Lijst van contactpersonen
<table style="width: 100%; display: table;">
<thead>
<tr>
<th>Naam</th>
<th>Functie</th>
</tr>
</thead>
<tbody>
<tr>
<td>M. Barbé</td>
<td>HPG-begeleider</td>
</tr>
</tbody>
</table>
| Naam | Functie |
|----------------------|--------------------------------------------|
| M. Barbé | HPG-begeleider |
| Ingrid de Weijer | Eigenaar Dagbesteding Pitt! |