From 2bed7db68f4d28b5c8bbb9a2782cc84e31d148f9 Mon Sep 17 00:00:00 2001 From: Owen Date: Wed, 16 Sep 2020 12:46:23 +0200 Subject: [PATCH] Correct CSS size, reduce padding on upper buttons. #40 --- css.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css.h b/css.h index 409c30a..479961c 100644 --- a/css.h +++ b/css.h @@ -116,8 +116,8 @@ section#buttons { button { display: block; - margin: 5px; - padding: 0 12px; + margin: 3px; + padding: 0 8px; border: 0; line-height: 28px; cursor: pointer; @@ -365,4 +365,4 @@ select { } )====="; -size_t style_css_len = sizeof(index_ov2640_html); +size_t style_css_len = sizeof(style_css);