From dea0b219bfc801c8199eac74e874bbb7dbde0943 Mon Sep 17 00:00:00 2001
From: Alex Scerba <alex@scerba.org>
Date: Fri, 15 Mar 2024 17:50:13 -0400
Subject: Add profile image size

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

(limited to 'html/index.tmpl.html')

diff --git a/html/index.tmpl.html b/html/index.tmpl.html
index 3bb171a..575e005 100644
--- a/html/index.tmpl.html
+++ b/html/index.tmpl.html
@@ -6,7 +6,7 @@
       <h1>Design Projects</h1>
       <div class="uneven-column">
         <div class="side-info">
-          <img src="/static/media/alex_profile_512.jpg" alt="Highschool senior photo portrait of Alex next to Yerkes Observatory." style="margin-bottom: 2.5rem;"/>
+          <img src="/static/media/alex_profile_512.jpg" alt="Highschool senior photo portrait of Alex next to Yerkes Observatory." style="margin-bottom: 2.5rem;" width="511" height="512"/>
           <div style="grid-column-start: 1;">
             <p>My name is Alex Scerba, a Junior in the College for Creative Studies: Transportation Design program in Detroit, MI.</p>
             <p>Growing up in Lake Geneva, WI, I developed a passion for making and tinkering, which lead me down the path of industrial design. I love working with my hands, fixing up and riding motorcycles and cars, and learning new skills.</p>
-- 
cgit v1.2.3