Commit 60e799f7 authored by Pietro Saccardi's avatar Pietro Saccardi
Browse files

Fixed vertical spacing on alt selector for page.html

parent 8ec72247
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
  {% if this._path != '/' %}
  <div class="text-center mb-3">
    <div class="btn-group btn-group-toggle mb-2 px-2 text-monospace">
    <div class="btn-group btn-group-toggle my-2 px-2 text-monospace">
      {%  for alt in get_alts() %}
        <a href="{{ '.'|url(alt=alt) }}" class="btn btn-secondary btn-md-light{% if this.alt == alt %} active{% endif %}">[{{ alt }}]</a>
      {% endfor %}