Skip to content

Commit 4cf8e88

Browse files
added padding
1 parent 4c44735 commit 4cf8e88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/shared/Footer.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ export function Footer() {
5252
</div>
5353

5454
<div className="m-5 mb-3 mt-7 w-1/4 place-items-center text-center md:place-items-start md:text-left">
55-
<p>
55+
<p className="pb-4">
5656
<b>In Partnership With:</b>
5757
</p>
5858
<Image
5959
src={"/sture-logo-up.png"}
6060
alt={"Sture Logo"}
61-
width={100}
62-
height={200}
61+
width={60}
62+
height={120}
6363
/>
6464
</div>
6565
</div>

0 commit comments

Comments
 (0)