Skip to content

Commit

Permalink
use more common tailwind classes on awards images to bypass css issue (
Browse files Browse the repository at this point in the history
  • Loading branch information
shughes26 authored Jan 14, 2025
1 parent c7bf626 commit 4d78793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/page/awards.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<div class="md:w-1/3 p-4">
{{ if .url }}
<a data-track="{{ .title | urlize }}-img" class="block text-center" href="{{ .url }}">
<img class="text-center inline-block rounded shadow p-1 h-52 md:h-auto md:max-h-28" src="{{ .img }}" />
<img class="text-center inline-block rounded shadow p-1 h-52 md:h-28" src="{{ .img }}" />
</a>
{{ else }}
<img class="text-center inline-block rounded shadow p-1 h-52 md:h-auto md:max-h-28" src="{{ .img }}" />
<img class="text-center inline-block rounded shadow p-1 h-52 md:h-28" src="{{ .img }}" />
{{ end }}
</div>
<div class="md:w-2/3 p-4 text-left">
Expand Down

0 comments on commit 4d78793

Please sign in to comment.