Skip to content

Commit

Permalink
fix: padding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
39zde committed Nov 14, 2024
1 parent d60f6b9 commit 9a50c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
--shortcut-width: 320px;

--padding: 12px;
--padding-less: calc(var(--padding)/2);
--padding-more: calc(var(--padding)*2);
--padding-less: 6px;
--padding-more: 24px;
--label-min-width: 360px;
--input-min-width: 128px;
--input-height: 42px;
Expand Down

0 comments on commit 9a50c76

Please sign in to comment.