diff --git a/css/style.css b/css/style.css index 3098065..1acc165 100644 --- a/css/style.css +++ b/css/style.css @@ -149,8 +149,7 @@ body { gap: var(--space-7); max-width: 1200px; margin: auto; - /* padding: var(--space-7) var(--space-6) var(--space-9); */ - padding: 0 var(--space-6) var(--space-9); + padding: var(--space-7) var(--space-6) var(--space-9); align-items: flex-start; } diff --git a/index.html b/index.html index e6ba24b..3be61f7 100644 --- a/index.html +++ b/index.html @@ -34,16 +34,22 @@
-

image2cpp is a simple tool to convert images into byte arrays (and vice versa) for use with (monochrome) displays such as OLEDs on your Arduino or Raspberry Pi.
- It was originally made to work with the Adafruit OLED library (for which your can find an example Arduino sketch here) but - has been expanded by the community to be useful in all kind of (embedded) projects.

-

More info (and credits) can be found in the Github repository. This is also where you can report any issues you might come across.

-

- Did you find this tool useful? Feel free to support my open source software on Github, especially if used commercially. -

-

- GitHub Sponsor BMC -

+
+
+

image2cpp is a simple tool to convert images into byte arrays (and vice versa) for use with (monochrome) displays such as OLEDs on your Arduino or Raspberry Pi.
+ It was originally made to work with the Adafruit OLED library (for which your can find an example Arduino sketch here) but + has been expanded by the community to be useful in all kind of (embedded) projects.

+
+
+

More info (and credits) can be found in the Github repository. This is also where you can report any issues you might come across.

+

+ Did you find this tool useful? Feel free to support my open source software on Github, especially if used commercially. +

+

+ GitHub Sponsor BMC +

+
+