Skip to content

Commit

Permalink
fix: Adjust model scaling styles
Browse files Browse the repository at this point in the history
  • Loading branch information
codynhat committed Jun 2, 2023
1 parent cf9d6b8 commit 52227ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augmented-worlds/system-babylonjs",
"version": "0.1.11",
"version": "0.1.12",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down
3 changes: 1 addition & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@
content: "%";
position: absolute;
font-size: 2em;
transform: translateX(-150%);
margin-top: 3px;
transform: translateX(-125%);
}

0 comments on commit 52227ce

Please sign in to comment.