Skip to content

Commit

Permalink
Update minimum header padding to zero (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasLacerdaUX authored and ludoboludo committed May 18, 2022
1 parent 795d924 commit 91fcaa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sections/header.liquid
Expand Up @@ -859,7 +859,7 @@
{
"type": "range",
"id": "padding_top",
"min": 4,
"min": 0,
"max": 36,
"step": 4,
"unit": "px",
Expand All @@ -869,7 +869,7 @@
{
"type": "range",
"id": "padding_bottom",
"min": 4,
"min": 0,
"max": 36,
"step": 4,
"unit": "px",
Expand Down

0 comments on commit 91fcaa5

Please sign in to comment.