Skip to content

Commit

Permalink
Reduce tab div padding.
Browse files Browse the repository at this point in the history
  • Loading branch information
KirkMcDonald committed Sep 26, 2024
1 parent 65f4a9d commit f7dd723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calc.css
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ button#debug_button {
}
div.tab {
display: none;
padding: 1em;
padding: 0.5em;
background-color: var(--main);
}
/* visualizer */
Expand Down

0 comments on commit f7dd723

Please sign in to comment.