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 committed May 13, 2022
1 parent d4abfde commit c8881c5
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 c8881c5

Please sign in to comment.