better styling

This commit is contained in:
Chris Cochrun 2025-05-21 14:42:24 -05:00
parent dbb135a12e
commit c32cccf3c3
17 changed files with 190 additions and 14 deletions

View file

@ -36,11 +36,11 @@
{% else %}
{% set resized = "" %}
{% endif %}
<div class="flex flex-wrap space-x-4 border border-2 border-gray-200 dark:border-black rounded-xl p-5 shadow-xl transform transition duration-500 hover:scale-105 bg-gray-200 dark:bg-gray-800 cursor-pointer" onclick='location.href="{{ page.permalink }}";'>
<div class="flex flex-wrap space-x-4 border border-2 border-gray-200 dark:border-black rounded-xl p-5 shadow-xl transform transition duration-500 hover:scale-105 bg-gray-200 dark:bg-gray-800 place-content-center cursor-pointer" onclick='location.href="{{ page.permalink }}";'>
<!-- Image -->
{% if resized %}
<div class="flex-1 rounded-lg content-center">
<div class="flex-1 rounded-lg place-content-center">
<img class="rounded-lg" src="{{ resized.url }}"/>
</div>
{% else %}