From 89a5711ef560b56b2ebec7b800a782c66d67ddc0 Mon Sep 17 00:00:00 2001
From: Rances Acosta <racosta@applaudostudios.dev>
Date: Sat, 14 May 2022 00:49:02 -0400
Subject: [PATCH] Modify image size on logo.

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index d526cb7..c5d1a52 100644
--- a/index.html
+++ b/index.html
@@ -66,7 +66,7 @@
         -->
 
         <!-- Your Image Here -->
-        <img src="images/avatar.png" srcset="images/avatar@2x.png 2x" alt="LittleLink Logo">
+        <img src="images/avatar.png" srcset="images/avatar@2x.png 2x" style="width: 55vw; min-width: 330px;" alt="LittleLink Logo">
 
         <!-- Title -->
         <h1>xking</h1>