Skip to content

Commit

Permalink
fix issue with image
Browse files Browse the repository at this point in the history
  • Loading branch information
geeksesi committed Jan 9, 2023
1 parent 4e3e951 commit b2e8f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default () => (
<main className="flex max-w-screen-xl mx-auto">
<div className="sidebar">
<div className="flex justify-center pb-5">
<img src={avatar} className="" width="90%" />
<img src={avatar} className="aspect-square" width="90%" />
</div>
<div className="px-10">
<div className="mx-auto border-l-2 border-black border-opacity-70 my-1">
Expand Down
1 change: 1 addition & 0 deletions static/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://resume.geeksesi.ir/

0 comments on commit b2e8f71

Please sign in to comment.