Skip to content

Commit

Permalink
ui: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
TrebledJ committed Nov 3, 2023
1 parent b0c38a1 commit 2ec5c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/post/carousel.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h2 id="{{name | slugify}}" class="mb-0">{{name}} <i class="fas fa-{{icon}} ms-1
{% set carouselId = 'carousel-' + (name | slugify) %}

{# Carousel Tabs #}
<div class="d-flex justify-content-center mb-2">
<div class="d-flex justify-content-center mb-3">
<div class="btn-group carousel-tab-group" role="group" aria-label="Carousel radio button group">
{% for cat in categories %}
<input type="radio" class="btn-check" name="{{carouselId}}-tab" id="{{carouselId}}-tab{{loop.index}}" autocomplete="off"
Expand Down

0 comments on commit 2ec5c23

Please sign in to comment.