Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhil56x authored Nov 9, 2023
1 parent 076f0aa commit 60db828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/_layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
<div class="row no-gutters">
<div class="col-sm-2 d-flex justify-content-center">
<img
class="card-img ml-3"
class="card-img"
style="object-fit: contain"
src="{% link assets/img/{{post.cover | default: 'cyscom-logo.png'}} %}"
alt="Event Logo"
/>
</div>
<div class="col-sm-9 ml-1">
<div class="col-sm-9">
<div class="card-body">
<h1 class="card-title">{{ post.title }}</h1>

Expand Down

0 comments on commit 60db828

Please sign in to comment.