diff --git a/global/globalStyle.css b/global/globalStyle.css index 506386e..ec9dc31 100644 --- a/global/globalStyle.css +++ b/global/globalStyle.css @@ -14,6 +14,16 @@ html { color: #ffffff; background-color: #323232; overflow: hidden; + width: 100vw; + height: 100vh; +} +body { + height: 100vh; + background-color: #323232; + color: #ffffff; + overflow: hidden; + margin: 0%; + width: 100vw; } canvas { position: absolute; diff --git a/style.css b/style.css index dc6839b..724545a 100644 --- a/style.css +++ b/style.css @@ -1,18 +1,3 @@ -html { - overflow: hidden; - width: 100vw; - height: 100vh; -} - -body { - height: 100vh; - background-color: #323232; - color: #ffffff; - overflow: hidden; - margin: 0%; - width: 100vw; - height: 100vh; -} .synthSun { width: calc(40px * var(--pxDensity)); height: auto; diff --git a/toys/index.html b/toys/index.html index 176d597..3f8594d 100644 --- a/toys/index.html +++ b/toys/index.html @@ -24,7 +24,7 @@

Boykisser license generator

-

Automatically generates a "Boykissser license" for you. Free of charge and very silly.

+

Automatically generates a "Boykissser license" for you. Free of charge and very silly.

diff --git a/toys/style.css b/toys/style.css index bf433fd..4a88856 100644 --- a/toys/style.css +++ b/toys/style.css @@ -25,7 +25,7 @@ h1 { margin: 0%; margin-bottom: calc(1px * var(--pxDensity)); } -p { +.desc { font-size: 1.3rem; margin: 0%; }