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> <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

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; max-width: 150px;
margin-top: 1.5rem; margin-top: 1.5rem;
border-radius: 50%;
} }
.emailAddress, .emailAddress,