tabel
This commit is contained in:
parent
852cd42006
commit
c73f32aaa1
@ -39,3 +39,8 @@
|
|||||||
grid-template-columns: repeat(var(--cols, 2), 1fr);
|
grid-template-columns: repeat(var(--cols, 2), 1fr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vp-doc table {
|
||||||
|
display: table;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
@ -1,16 +1,6 @@
|
|||||||
# Lijst van contactpersonen
|
# Lijst van contactpersonen
|
||||||
|
|
||||||
<table style="width: 100%; display: table;">
|
| Naam | Functie |
|
||||||
<thead>
|
|----------------------|--------------------------------------------|
|
||||||
<tr>
|
| M. Barbé | HPG-begeleider |
|
||||||
<th>Naam</th>
|
| Ingrid de Weijer | Eigenaar Dagbesteding Pitt! |
|
||||||
<th>Functie</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td>M. Barbé</td>
|
|
||||||
<td>HPG-begeleider</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user