Fix class name
This commit is contained in:
parent
7704751367
commit
f5a0bbad6a
1 changed files with 2 additions and 2 deletions
|
|
@ -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%
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue