zwischenstand

This commit is contained in:
2025-10-02 08:42:50 +00:00
parent 9d5baf972b
commit 099530b7c8
721 changed files with 438 additions and 1779 deletions

View File

@@ -12,7 +12,7 @@
<li>
<div class="image-wrapper">
<MedialibImage id="{item.image}" />
<MedialibImage id={item.image} />
<h3>
{i + 1}
</h3>
@@ -25,9 +25,9 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="{isMobile ? 58 : 72}"
height="{isMobile ? 58 : 72}"
viewBox="0 0 {isMobile ? 58 : 72} {isMobile ? 58 : 72}"
width={isMobile ? 58 : 72}
height={isMobile ? 58 : 72}
viewBox="0 0 {isMobile ? 58 : 72} {isMobile ? 58 : 72}
fill="none"
>
<path