[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:
parent
77e75fa940
commit
880f738973
11 changed files with 206 additions and 5 deletions
|
@ -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',
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue