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>
|
||||
<PhotoPageStyles className="center">
|
||||
<h1>Our Story</h1>
|
||||
<Image {...imageProps} alt={alt} placeholder="blur" />
|
||||
<Image {...imageProps} alt={alt} placeholder="blur"
|
||||
style={{
|
||||
width: '100%',
|
||||
height: 'auto',
|
||||
}}
|
||||
/>
|
||||
<p>
|
||||
Our story Lorem ipsum dolor sit amet consectetur adipisicing elit.
|
||||
Natus, illo. Vitae rerum officia, commodi atque reprehenderit tempore
|
||||
|
|
|
|||
Loading…
Reference in a new issue