diff --git a/_sass/main.scss b/_sass/main.scss index 666908a..20b96f9 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -152,8 +152,12 @@ h6 { } .profile-image { - height: 300px; - border-radius: 50%; + height: 250px; + @media (min-device-width: 420px) { + height: 300px; + } + + border-radius: $base-unit; } .section { diff --git a/assets/images/profile.jpeg b/assets/images/profile.jpeg index 62f6c2c..b093576 100644 Binary files a/assets/images/profile.jpeg and b/assets/images/profile.jpeg differ diff --git a/index.html b/index.html index 190ddcc..8d8d8aa 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ layout: main title: Home description: Nathanael Burt is a technology consultant with 10+ years of experience in software development, product management, hardware integration, and operations. -last_modified_at: 2024-03-31 18:26:56 +last_modified_at: 2024-04-04 02:18:00 permalink: / ---