diff --git a/index.html b/index.html index cbbafc0..fd1e479 100644 --- a/index.html +++ b/index.html @@ -79,7 +79,7 @@
-
+

Setup Payload Delivery

@@ -118,8 +118,8 @@
-
- +
+
@@ -128,7 +128,7 @@
-
+

Log:



diff --git a/it_IT/index.html b/it_IT/index.html index 31804b2..94d2db6 100644 --- a/it_IT/index.html +++ b/it_IT/index.html @@ -77,7 +77,7 @@
-
+

Setup Payload Delivery

@@ -126,7 +126,7 @@
-
+

Log:



diff --git a/pt_BR/index.html b/pt_BR/index.html index b48e723..a348025 100644 --- a/pt_BR/index.html +++ b/pt_BR/index.html @@ -126,7 +126,7 @@
-
+

Log:



diff --git a/style.css b/style.css index 17fb1a7..61437fa 100644 --- a/style.css +++ b/style.css @@ -1,9 +1,18 @@ @import url('https://fonts.googleapis.com/css?family=Open+Sans'); -@media only screen and (max-width: 768px) { - #pageBody { +@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 {