Skip to content

Commit

Permalink
glutter instead of margin
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Oct 12, 2023
1 parent 2ea5368 commit eefc986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>Posts</h1>

<div class="container-fluid">
<div class="row">
<div class="col-lg-2 col-md-2">
<div class="col-lg-2 col-md-2 gx-5">
<div class="card">
<div class="card-header">
Tags
Expand All @@ -34,7 +34,7 @@ <h1>Posts</h1>
</ul>
</div>
</div>
<div class="col-lg-8 col-md-8 mx-5">
<div class="col-lg-8 col-md-8 gx-5">

{% for post in paginator.posts %}

Expand Down

0 comments on commit eefc986

Please sign in to comment.