Collaboration section, styling tweaks

This commit is contained in:
2022-11-05 19:39:05 +02:00
parent 05998ffee0
commit dc0e77036e
3 changed files with 20 additions and 2 deletions

View File

@@ -87,11 +87,12 @@ export default function Index() {
<section className={styles.sectionContainer}> <section className={styles.sectionContainer}>
<h1 className={styles.title}>Tervetuloa ravintolaan!</h1> <h1 className={styles.title}>Tervetuloa ravintolaan!</h1>
<Image <Image
className={styles.menuImage}
src='/restaurant.webp' src='/restaurant.webp'
layout='responsive' layout='responsive'
alt='restaurant' alt='restaurant'
width={300} width={506}
height={300} height={89}
/> />
<h1 className={styles.title}>Alla kesäkauden tarjoilut</h1> <h1 className={styles.title}>Alla kesäkauden tarjoilut</h1>
<div className={styles.menuContainer}> <div className={styles.menuContainer}>
@@ -119,6 +120,19 @@ export default function Index() {
</section> </section>
<span className={styles.separator} /> <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>
</div> </div>
); );

BIN
public/collaboration.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

View File

@@ -106,6 +106,10 @@
height: 3rem; height: 3rem;
} }
.menuImage {
margin-bottom: 1rem;
}
.menuLink { .menuLink {
text-decoration: none; text-decoration: none;
border-bottom: 3px solid; border-bottom: 3px solid;