Skip to content

Commit

Permalink
Update awards-grid.html
Browse files Browse the repository at this point in the history
  • Loading branch information
likeich committed Sep 19, 2024
1 parent c68de8c commit 0f6b2cf
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions _includes/awards-grid.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<div class="awards-grid">
{% for award in site.data.awards %}
<div class="content-preview">
<img
src="{{ award.image }}"
alt="{{ award.title }}"
class="award-image"
/>
<div style="text-align: center">
<img
src="{{ award.image }}"
alt="{{ award.title }}"
class="award-image"
/>
</div>
<div class="award-details">
<h3>{{ award.title }}</h3>
<p>{{ award.description }}</p>
Expand All @@ -23,9 +25,8 @@ <h3>{{ award.title }}</h3>
}

.award-image {
max-width: 100%;
height: auto;
margin-bottom: 10px;
height: 150px;
margin-bottom: 0px;
border-radius: 8px;
}

Expand Down

0 comments on commit 0f6b2cf

Please sign in to comment.