Small improvements
This commit is contained in:
@@ -35,9 +35,9 @@ export default function Index() {
|
|||||||
<h2 className={styles.openHoursTitle}>Auki:</h2>
|
<h2 className={styles.openHoursTitle}>Auki:</h2>
|
||||||
<OpenHours />
|
<OpenHours />
|
||||||
<Image
|
<Image
|
||||||
className={styles.keepersImage}
|
className={styles.mainImage}
|
||||||
src='/elvira-iveta.png'
|
src='/main.png'
|
||||||
alt='kaupanpitäjät'
|
alt='kaupan julkisivu'
|
||||||
width={150}
|
width={150}
|
||||||
height={150}
|
height={150}
|
||||||
loading='lazy'
|
loading='lazy'
|
||||||
|
|||||||
BIN
public/main.png
Normal file
BIN
public/main.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
Binary file not shown.
@@ -59,9 +59,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.keepersImage {
|
.mainImage {
|
||||||
max-width: 150px;
|
max-width: 150px;
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emailAddress,
|
.emailAddress,
|
||||||
|
|||||||
Reference in New Issue
Block a user