Small improvements

This commit is contained in:
2024-06-11 22:17:51 +03:00
parent ac098bd349
commit 53f014d409
4 changed files with 5 additions and 4 deletions

View File

@@ -35,9 +35,9 @@ export default function Index() {
<h2 className={styles.openHoursTitle}>Auki:</h2>
<OpenHours />
<Image
className={styles.keepersImage}
src='/elvira-iveta.png'
alt='kaupanpitäjät'
className={styles.mainImage}
src='/main.png'
alt='kaupan julkisivu'
width={150}
height={150}
loading='lazy'

BIN
public/main.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

View File

@@ -59,9 +59,10 @@
}
}
.keepersImage {
.mainImage {
max-width: 150px;
margin-top: 1.5rem;
border-radius: 50%;
}
.emailAddress,