diff --git a/index.html b/index.html
index fd1e479..6743cea 100644
--- a/index.html
+++ b/index.html
@@ -65,7 +65,7 @@
-
Instructions:
+
Instructions:
- Put the Switch in RCM, and connect it to your device.
- Select either the example payload, or upload one.
diff --git a/it_IT/index.html b/it_IT/index.html
index 94d2db6..d5bea48 100644
--- a/it_IT/index.html
+++ b/it_IT/index.html
@@ -64,7 +64,7 @@
-
Istruzioni:
+
Istruzioni:
- Metti lo Switch in RCM e collega il dispositivo.
- Scegli il payload di esempio o caricane uno.
diff --git a/it_IT/style.css b/it_IT/style.css
index c9b6366..61437fa 100644
--- a/it_IT/style.css
+++ b/it_IT/style.css
@@ -1,5 +1,20 @@
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
+@media only screen and (max-device-width: 768px) {
+ #title h1 {
+ font-size: 5vw;
+ }
+
+ #pageBody, #mainForm h4, #goButton, #clearlogsbutton, .btn-group a, #title h4 {
+ font-size: 3vw;
+ }
+
+ #shouldDebug {
+ width: 4vw;
+ height: 4vw;
+ }
+}
+
body {
margin-top: 0px;
margin-left: 0px;
diff --git a/pt_BR/index.html b/pt_BR/index.html
index a348025..bf6f8e1 100644
--- a/pt_BR/index.html
+++ b/pt_BR/index.html
@@ -64,7 +64,7 @@
-
Instruções:
+
Instruções:
- Coloque o Switch no modo RCM e conecte-o ao dispositivo.
- Escolha um dos payloads disponíveis ou faça upload de um.
diff --git a/pt_BR/style.css b/pt_BR/style.css
index c9b6366..61437fa 100644
--- a/pt_BR/style.css
+++ b/pt_BR/style.css
@@ -1,5 +1,20 @@
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
+@media only screen and (max-device-width: 768px) {
+ #title h1 {
+ font-size: 5vw;
+ }
+
+ #pageBody, #mainForm h4, #goButton, #clearlogsbutton, .btn-group a, #title h4 {
+ font-size: 3vw;
+ }
+
+ #shouldDebug {
+ width: 4vw;
+ height: 4vw;
+ }
+}
+
body {
margin-top: 0px;
margin-left: 0px;