tabel
This commit is contained in:
parent
852cd42006
commit
c73f32aaa1
@ -39,3 +39,8 @@
|
||||
grid-template-columns: repeat(var(--cols, 2), 1fr);
|
||||
}
|
||||
}
|
||||
|
||||
.vp-doc table {
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -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! |
|
||||
|
Loading…
Reference in New Issue
Block a user