Fix social media icons

This commit is contained in:
2022-11-12 18:02:29 +02:00
parent 1b7a0cf9bb
commit 7334ad590c
4 changed files with 7 additions and 7 deletions

View File

@@ -45,8 +45,8 @@ export default function Index() {
className={styles.socialMediaIcon} className={styles.socialMediaIcon}
src='/fb-icon.png' src='/fb-icon.png'
alt='facebook' alt='facebook'
width={300} width={100}
height={300} height={100}
loading='lazy' loading='lazy'
/> />
</a> </a>
@@ -55,8 +55,8 @@ export default function Index() {
className={styles.socialMediaIcon} className={styles.socialMediaIcon}
src='/insta-icon.png' src='/insta-icon.png'
alt='instagram' alt='instagram'
width={300} width={100}
height={300} height={100}
loading='lazy' loading='lazy'
/> />
</a> </a>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@@ -73,13 +73,13 @@
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
margin-top: 1rem; margin-top: 1rem;
width: 50%; width: 30%;
} }
.socialMediaIcon { .socialMediaIcon {
max-width: 30px; width: 30px;
margin-bottom: 0; margin-bottom: 0;
height: 100%; height: 30px;
} }
.postServiceDesc { .postServiceDesc {