jekyll-theme-doctored 0.3.2 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,7 +22,7 @@ adjust based on kind so the same template can render posts, projects, pages, etc
22
22
  <div class="flex flex-row items-stretch gap-3 w-full px-3 py-2">
23
23
  {%- if (kind == 'project' or kind == 'projects') and entry.image -%}
24
24
  <div
25
- class="w-36 h-24 min-w-36 self-center overflow-hidden rounded-md border border-primary-500/40 sm:w-48 sm:h-36 sm:min-w-36">
25
+ class="w-36 h-24 min-w-36 self-center overflow-hidden rounded-md border border-primary-500/40 sm:w-48 sm:h-36 sm:min-w-44">
26
26
  <a href="{{ entry.url | relative_url }}" class="no-underline block w-full h-full">
27
27
  <img src="{{ entry.image | relative_url }}" alt="{{ entry.title }} image"
28
28
  class="w-full h-full object-cover" loading="lazy">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-doctored
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - matmanna