diff --git a/css/style.css b/css/style.css index 380098e..5784869 100644 --- a/css/style.css +++ b/css/style.css @@ -364,7 +364,7 @@ code { } .table-cell:first-child { - width: 30%; + width: 20%; padding-right: var(--space-4); } @@ -417,7 +417,7 @@ code { } .settings-grid .table-cell:first-child { - width: 34%; + width: 250px; flex-shrink: 0; } @@ -439,11 +439,11 @@ code { /* width: 200px; */ } -#format-caption-container { +/* #format-caption-container { */ /* Reserve space for the longest caption so switching output format doesn't shift the fields/buttons below it. */ - min-height: 100px; -} + /* min-height: 100px; */ +/* } */ #extra-settings-container { /* Reserve space for the tallest combination (Adafruit GFX shows both its diff --git a/index.html b/index.html index 9d62e13..d0721c4 100644 --- a/index.html +++ b/index.html @@ -227,7 +227,7 @@
GFXbitmapFont formatted ouput. Used by a modified version of the Adafruit GFX library.
- GitHub project and example here.
+ Creates a GFXbitmapFont formatted ouput. Used by a modified version of the Adafruit GFX library.
+ GitHub project and example here.