Skip to content

Commit

Permalink
Correct CSS size, reduce padding on upper buttons. #40
Browse files Browse the repository at this point in the history
  • Loading branch information
easytarget committed Sep 16, 2020
1 parent 48a3dc5 commit 2bed7db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -365,4 +365,4 @@ select {
}
)=====";

size_t style_css_len = sizeof(index_ov2640_html);
size_t style_css_len = sizeof(style_css);

0 comments on commit 2bed7db

Please sign in to comment.