Collaboration section, styling tweaks
This commit is contained in:
@@ -87,11 +87,12 @@ export default function Index() {
|
||||
<section className={styles.sectionContainer}>
|
||||
<h1 className={styles.title}>Tervetuloa ravintolaan!</h1>
|
||||
<Image
|
||||
className={styles.menuImage}
|
||||
src='/restaurant.webp'
|
||||
layout='responsive'
|
||||
alt='restaurant'
|
||||
width={300}
|
||||
height={300}
|
||||
width={506}
|
||||
height={89}
|
||||
/>
|
||||
<h1 className={styles.title}>Alla kesäkauden tarjoilut</h1>
|
||||
<div className={styles.menuContainer}>
|
||||
@@ -119,6 +120,19 @@ export default function Index() {
|
||||
</section>
|
||||
|
||||
<span className={styles.separator} />
|
||||
|
||||
<section className={styles.sectionContainer}>
|
||||
<h1 className={styles.title}>Teemme yhteistyötä</h1>
|
||||
<Image
|
||||
src='/collaboration.png'
|
||||
layout='responsive'
|
||||
alt='yhteystyö'
|
||||
width={496}
|
||||
height={326}
|
||||
/>
|
||||
</section>
|
||||
|
||||
<span className={styles.separator} />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
BIN
public/collaboration.png
Normal file
BIN
public/collaboration.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 176 KiB |
@@ -106,6 +106,10 @@
|
||||
height: 3rem;
|
||||
}
|
||||
|
||||
.menuImage {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.menuLink {
|
||||
text-decoration: none;
|
||||
border-bottom: 3px solid;
|
||||
|
||||
Reference in New Issue
Block a user