Fix class name

This commit is contained in:
Patrick Alvin Alcala 2025-09-04 09:22:43 +08:00
parent 7704751367
commit f5a0bbad6a

View file

@ -15,7 +15,7 @@ import Column from '../../fwt/components/Column/Column'
<h1>FWT Components</h1> <h1>FWT Components</h1>
<Button edges="rounded" label="Back to Home" to="/" /> <Button edges="rounded" label="Back to Home" to="/" />
<section class="image"> <section class="images">
<Row content="center" gap={1}> <Row content="center" gap={1}>
<Image avif={sample1.src} webp={sample2.src} alt="Example Image" size={400} /> <Image avif={sample1.src} webp={sample2.src} alt="Example Image" size={400} />
<Image avif={sample1.src} webp={sample2.src} alt="Example Image" size={400} /> <Image avif={sample1.src} webp={sample2.src} alt="Example Image" size={400} />
@ -36,7 +36,7 @@ import Column from '../../fwt/components/Column/Column'
margin: 2rem margin: 2rem
height: auto height: auto
.image .images
margin: 4rem 0 0 0 margin: 4rem 0 0 0
border-radius: 4px border-radius: 4px
width: 100% width: 100%