Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Minmgf committed Dec 6, 2023
1 parent 717ca63 commit 7f73883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import gitHub from '../icons/github.svg'
const Header = () => {
return (
<div className='flex justify-center w-2/3 mx-auto mt-20 lg:flex-row md:flex-col '>
<div className="w-full sm:float-right md:block md:m-auto">
<div className="w-full sm:hidden md:block md:m-auto">
<img src="https://avatars.githubusercontent.com/u/113538957?s=400&u=ee9af8821cf0232c9bb368eada412d94d21ff7e8&v=4" className='rounded-full '/>
</div>
<div className="ml-2 ">
Expand Down

0 comments on commit 7f73883

Please sign in to comment.