diff --git a/src/App.module.css b/src/App.module.css index 4e497c1..bd6e564 100644 --- a/src/App.module.css +++ b/src/App.module.css @@ -1,5 +1,4 @@ .app { padding: 4px; - min-width: calc(100vw - 8px); min-height: calc(100vh - 8px); } \ No newline at end of file diff --git a/src/components/SelectSkin.js b/src/components/SelectSkin.js index 959d39f..fc1ada1 100644 --- a/src/components/SelectSkin.js +++ b/src/components/SelectSkin.js @@ -6,8 +6,8 @@ export default function SelectSkin({skin, setSkin}) { return ( ); diff --git a/src/index.css b/src/index.css index 0431c09..fa3b54f 100644 --- a/src/index.css +++ b/src/index.css @@ -3,6 +3,6 @@ body { } #root { - min-width: 100vw; + max-width: 100vw; min-height: 100vh; }