docs: Fix padding of install instructions

This commit is contained in:
Johan Gunnarsson 2023-08-20 20:56:55 +02:00
parent 2094e2854d
commit 631ba64fbc
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ layout: default
<h3>Install instructions</h3> <h3>Install instructions</h3>
<div class="alert alert-warning d-none" id="unsupported-warning" role="alert">This board is not supported by any boot image and/or Debian/Ubuntu image</div> <div class="alert alert-warning d-none" id="unsupported-warning" role="alert">This board is not supported by any boot image and/or Debian/Ubuntu image</div>
<div class="d-flex align-items-start" id="install-instructions"> <div class="d-flex align-items-start" id="install-instructions">
<div class="col-3 nav flex-column nav-pills me-3" id="v-pills-tab" role="tablist" aria-orientation="vertical"> <div class="col-3 nav flex-column nav-pills pe-3" id="v-pills-tab" role="tablist" aria-orientation="vertical">
{% assign x = site.debians | where: "arch", page.board_cpu_arch_debian | sort %} {% assign x = site.debians | where: "arch", page.board_cpu_arch_debian | sort %}
{% for debian in x %} {% for debian in x %}
{% capture i %}{{ debian.os }}{{ debian.dist }}{{ debian.arch }}{% endcapture %} {% capture i %}{{ debian.os }}{{ debian.dist }}{{ debian.arch }}{% endcapture %}