Skip to content

Commit

Permalink
update avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsonate committed Feb 2, 2021
1 parent 70f962c commit a1917ed
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ url: "http://www.natethompson.io"
theme_settings:
# Meta
title: Nate Thompson
avatar: assets/img/avatar.png
avatar: assets/img/avatar.svg
favicon: /favicon.ico
gravatar: # Email MD5 hash
description: "Hi, I’m Nate! Computer Science student at Georgia State University. macOS & iOS developer." # used by search engines
Expand Down
8 changes: 4 additions & 4 deletions _sass/includes/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
}

.avatar {
height: 4em;
width: 4em;
height: 3.5em;
width: 3.5em;
float: left;
margin-top: -18px;
margin-top: -12px;
border-radius: 0.2em;
margin-right: 0.5em;
margin-right: 0.3em;
padding: 10px 10px;

@media (max-width: $break) {
Expand Down
Binary file removed assets/img/avatar.png
Binary file not shown.
10 changes: 10 additions & 0 deletions assets/img/avatar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a1917ed

Please sign in to comment.