Fix table valign

This commit is contained in:
cytopia 2019-05-21 09:24:57 +02:00
parent 23a9b2b889
commit 2294672403
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

@ -58,11 +58,11 @@ have a look at the following diagrams and tables.
<table width="100%" style="width:100%;display:table">
<tr>
<td width="30%" style="width:30%; vertical-align:top;">
<td width="30%" valign="top" style="width:30%; vertical-align:top;">
<h4>Smallest stack</h4>
<p>This is the smallest possible and fully functional stack you can run</p>
</td>
<td width="70%" style="width:70%; vertical-align:top;">
<td width="70%" valign="top" style="width:70%; vertical-align:top;">
<h4>Full stack</h4>
<p>To better understand what is actually possible have a look at the full example</p>
</td>