Skip to content

Commit 500c2ec

Browse files
committed
3
1 parent b511051 commit 500c2ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • layouts/partials/hbx/blocks/cta-image-par-left

layouts/partials/hbx/blocks/cta-image-par-left/block.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h3 class="feature-title text-xl font-semibold text-gray-900 dark:text-white">
217217
{{/* Button */}}
218218
{{ with $item.button }}
219219
<div class="mt-10">
220-
<a href="{{ .url }}" class="inline-flex items-center justify-center px-6 py-3 text-base font-medium text-white border border-primary-700 rounded-lg focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-gray-500 focus:ring-offset-gray-50 dark:focus:ring-offset-gray-900 transition-all duration-200" style="line-height: 1.2;">
220+
<a href="{{ .url }}" class="inline-flex items-center justify-center px-6 py-3 text-base font-medium text-white dark:text-gray-900 border-primary-700 rounded-lg focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-gray-500 focus:ring-offset-gray-50 dark:focus:ring-offset-gray-900 transition-all duration-200" style="line-height: 1.2;">
221221
<span class="flex items-center">
222222
{{ .text }}
223223
<svg class="ml-2 w-4 h-4" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" style="margin-top: 1px; flex-shrink: 0;">
@@ -253,7 +253,7 @@ <h3 class="feature-title text-xl font-semibold text-gray-900 dark:text-white">
253253
{{ with $item.overlay_text }}
254254
<div class="absolute bottom-0 left-0 overlay-bg-light dark:overlay-bg-dark rounded-lg"
255255
style="padding: 1rem; margin: 1.5rem; pointer-events: none;">
256-
<h2 class="text-3xl font-bold text-gray-900 dark:text-white">
256+
<h2 class="text-3xl font-bold text-gray-900">
257257
{{ . | $page.RenderString }}
258258
</h2>
259259
</div>

0 commit comments

Comments
 (0)