mirror of
https://github.com/BradNut/weddingsite
synced 2025-09-08 17:40:36 +00:00
Fix story photos
This commit is contained in:
parent
846102d7c6
commit
6f4156a789
1 changed files with 6 additions and 1 deletions
|
|
@ -19,7 +19,12 @@ export default function StoryPage({ alt, imageProps }) {
|
||||||
</Head>
|
</Head>
|
||||||
<PhotoPageStyles className="center">
|
<PhotoPageStyles className="center">
|
||||||
<h1>Our Story</h1>
|
<h1>Our Story</h1>
|
||||||
<Image {...imageProps} alt={alt} placeholder="blur" />
|
<Image {...imageProps} alt={alt} placeholder="blur"
|
||||||
|
style={{
|
||||||
|
width: '100%',
|
||||||
|
height: 'auto',
|
||||||
|
}}
|
||||||
|
/>
|
||||||
<p>
|
<p>
|
||||||
Our story Lorem ipsum dolor sit amet consectetur adipisicing elit.
|
Our story Lorem ipsum dolor sit amet consectetur adipisicing elit.
|
||||||
Natus, illo. Vitae rerum officia, commodi atque reprehenderit tempore
|
Natus, illo. Vitae rerum officia, commodi atque reprehenderit tempore
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue