diff --git a/index.html b/index.html index 5cbaa5b..cbbafc0 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ - +

Nintendo Switch Payload Loader

Fusee Launcher ported to JavaScript using WebUSB.

diff --git a/style.css b/style.css index c9b6366..17fb1a7 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,11 @@ @import url('https://fonts.googleapis.com/css?family=Open+Sans'); +@media only screen and (max-width: 768px) { + #pageBody { + font-size: 3vw; + } +} + body { margin-top: 0px; margin-left: 0px;