Skip to content

Commit

Permalink
update profile picture
Browse files Browse the repository at this point in the history
  • Loading branch information
nburt committed Apr 4, 2024
1 parent f455553 commit da5811b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions _sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Binary file modified assets/images/profile.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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: /
---

Expand Down

0 comments on commit da5811b

Please sign in to comment.