Skip to content

Commit

Permalink
fix: mobile screen display wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed May 11, 2022
1 parent 3c7cc6a commit 6ac0a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const App = () => {
const location = useLocation()
return (
<div className="relative">
<div className="absolute left-24 top-8 flex gap-x-2 z-1000">
<div className="absolute left-4 top-2 flex gap-x-2 z-1000">
<a
href="https://github.com/Dunqing/resume"
target="_blank"
Expand Down

0 comments on commit 6ac0a71

Please sign in to comment.