diff --git a/package.json b/package.json index cbcb5e9..84962d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dynamods/splash-screen", - "version": "1.0.0", + "version": "1.0.1", "description": "Splash Screen maintained by Dynamo Team@Autodesk", "author": "Autodesk Inc.", "license": "MIT", diff --git a/public/index.html b/public/index.html index 4247b31..dc6b145 100644 --- a/public/index.html +++ b/public/index.html @@ -8,6 +8,7 @@
diff --git a/src/App.css b/src/App.css index 7db7ea1..e3d4ff2 100644 --- a/src/App.css +++ b/src/App.css @@ -17,8 +17,8 @@ } .screenBackground { - height: 452px; - width: 404px; + height: 412px; + width: 394px; } .close { @@ -26,8 +26,8 @@ cursor: pointer; right: 32px; top: 15px; - width: 32px; - height: 32px; + width: 16px; + height: 16px; opacity: 0.3; } @@ -39,7 +39,7 @@ position: absolute; left: 25px; content: ' '; - height: 33px; + height: 16px; width: 2px; background-color: #333; }