Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
wechat committed Mar 5, 2024
1 parent 1c6ba8e commit 684cf54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title></title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/components/ResumeItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ section {
display: flex;
justify-content: flex-start;
.label {
min-width: 70px;
min-width: 72px;
flex-shrink: 0;
font-weight: bold;
}
Expand Down

0 comments on commit 684cf54

Please sign in to comment.