feat: remove header_link, adjust hero scroll to next, fix some html errors
This commit is contained in:
parent
e9f086fc22
commit
9f6cfb145e
6 changed files with 50 additions and 22 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<div class="flex items-center justify-center {imageSizeClass}">
|
||||
<f:if condition="{data.image}">
|
||||
<f:then>
|
||||
<figure class="block w-full">
|
||||
<picture class="block w-full">
|
||||
<!-- WEBP source -->
|
||||
<source
|
||||
type="image/webp"
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
alt="{data.image.0.alternative}"
|
||||
class="max-w-full h-auto block"
|
||||
/>
|
||||
</figure>
|
||||
</picture>
|
||||
</f:then>
|
||||
<f:else>
|
||||
<p>No image available</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue