Skip to content

Commit 8a09658

Browse files
committed
fixed social img sizes
1 parent a23418e commit 8a09658

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

components/layout/Footer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ export default function Footer() {
4747
<Image
4848
href={link.href}
4949
src={link.src}
50-
height={82}
51-
width={68}
50+
height={65}
51+
width={47}
5252
/>
5353
</a>
5454
</Link>

styles/Footer.module.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
9696

9797
&__socialItem {
9898
cursor: pointer;
99-
width: 47px;
10099

101100
@include tablet {
102101
padding-left: 28px;
@@ -107,7 +106,6 @@
107106
@include large-desktop {
108107
max-width: 100%;
109108
padding-left: 28px;
110-
width: 68px;
111109
}
112110
}
113111

0 commit comments

Comments
 (0)