Landing picture

This commit is contained in:
2022-06-22 23:39:15 +03:00
parent 1b4112fc3a
commit 92648dc693
3 changed files with 23 additions and 1 deletions

BIN
public/landing.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB

View File

@@ -44,6 +44,22 @@
font-size: 3.2rem;
}
}
.Landing-container {
display: flex;
flex-direction: column;
align-items: center;
.Landing-picture {
border-radius: 5%;
width: 60%;
}
i {
font-size: 1.2rem;
margin-bottom: 2em;
}
}
}
p {

View File

@@ -64,7 +64,13 @@ export const Main = () => {
)}
</article>
) : (
<article>
<article className='Landing-container'>
<img
src='landing.jpg'
className='Landing-picture'
alt='Main picture'
/>
<i>Straník, Žilina, Slovakia</i>
<DateAndPlace size='large' />
</article>
)}