1
0
Fork 0

[org] feat: Add curated measurments sets to site (#198)

Also includes fixes for darkmode.

Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/198
This commit is contained in:
Joost De Cock 2025-04-03 14:41:18 +00:00
parent 77e75fa940
commit 880f738973
11 changed files with 206 additions and 5 deletions

View file

@ -22,7 +22,7 @@ function DesignExamples({ design }) {
title={example.title}
className="tw-w-full tw-aspect-square tw-rounded-lg tw-shadow"
style={{
backgroundImage: `url(${cloudflareImageUrl({ id: 'showcase-' + example.id })}`,
backgroundImage: `url(${cloudflareImageUrl({ id: 'showcase-' + example.id })})`,
backgroundSize: 'cover',
backgroundPosition: 'center center',
}}