Skip to content

Commit

Permalink
Fix text-size-adjust #34
Browse files Browse the repository at this point in the history
  • Loading branch information
qrac committed May 13, 2022
1 parent 0ccdad0 commit 8e2caf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shitajicss",
"description": "Resetting CSS for web production",
"version": "6.0.0",
"version": "6.1.0",
"cdn": "dist/shitaji.css",
"cdn:min": "dist/shitaji.min.css",
"main": "dist/shitaji.css",
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ html {
font-family: sans-serif;
word-break: break-word;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-text-size-adjust: none;
-webkit-tap-highlight-color: transparent;
}

Expand Down

0 comments on commit 8e2caf7

Please sign in to comment.