Skip to content

Commit

Permalink
fix handle bar logo
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatjindal committed Feb 10, 2022
1 parent b9629ad commit 425e831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Just drop your content somewhere in the <code>content/</code> folder, and you're

<div class="card mb-3">
<div class="row g-0">
<div class="col-md-4 d-flex flex-wrap align-items-center justify-content-center">
<img src="/static/handlebars.png" class="img-fluid rounded-start" alt="Handlebars logo">
<div class="col-md-4 d-flex flex-wrap align-items-center justify-content-center ">
<img src="/static/handlebars.png" style="background-color: #dd6011" class="img-fluid rounded-3 g p-2" width="175" height="175" alt="Handlebars logo">
</div>
<div class="col-md-8">
<div class="card-body">
Expand Down

0 comments on commit 425e831

Please sign in to comment.