Skip to content

Commit

Permalink
Use symmetrical columns (k-centres)
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Oct 7, 2024
1 parent 72d5a41 commit b520f89
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions templates/content/node--k-centre-profile.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -85,20 +85,20 @@
<table class='field__items table mx-sm-4 mt-sm-2 text-center'>
<thead>
<tr>
<th>
<th class="col-6">
{{ content.field_current_certification_date['#title'] }}
</th>
<th>
<th class="col-6">
{{ content.field_current_certification_expi['#title'] }}
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<td class="col-6">
{{ content.field_current_certification_date.0 }}
</td>
<td>
<td class="col-6">
{{ content.field_current_certification_expi.0 }}
</td>
</tr>
Expand All @@ -107,20 +107,20 @@
<table class='field__items table mx-sm-4 mt-sm-2 text-center'>
<thead>
<tr>
<th>
<th class="col-6">
{{ content.field_initial_application_date['#title'] }}
</th>
<th>
<th class="col-6">
{{ content.field_first_approval_date['#title'] }}
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<td class="col-6">
{{ content.field_initial_application_date.0 }}
</td>
<td>
<td class="col-6">
{{ content.field_first_approval_date.0 }}
</td>
</tr>
Expand Down

0 comments on commit b520f89

Please sign in to comment.