diff --git a/code/html/custom.css b/code/html/custom.css index f169719f..0779278c 100644 --- a/code/html/custom.css +++ b/code/html/custom.css @@ -30,6 +30,13 @@ color: #777777; } +@media screen and (max-width: 32em) { + .header > h1 { + line-height: 100%; + font-size: 2em; + } +} + h2 { font-size: 1em; } diff --git a/code/html/index.html b/code/html/index.html index 85beb1b8..0de831d8 100644 --- a/code/html/index.html +++ b/code/html/index.html @@ -447,6 +447,13 @@
+
+ +
+
+
+
+
@@ -526,20 +533,13 @@
This name address of the NoFUSS server for automatic remote updates (see https://bitbucket.org/xoseperez/nofuss).
-
- -
-
-
-
-
-
The device has bytes available for OTA updates. If your image is larger than this consider doing a two-step update.
+
The device has bytes available for OTA updates. If your image is larger than this consider doing a two-step update.