Skip to content

Commit

Permalink
Reduce web preview body padding
Browse files Browse the repository at this point in the history
  • Loading branch information
chamburr committed Apr 10, 2021
1 parent b132397 commit d6452f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion QLPlugin/Resources/shared/shared-main.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ body {
--font-family-monospace: "Menlo", monospace;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
--font-weight-bold: 600;
--spacing-small: 8px;
--spacing-normal: 16px;
--spacing-large: 24px;
}
Expand All @@ -41,7 +42,7 @@ body {
}

body {
padding: var(--spacing-normal);
padding: var(--spacing-small);
overflow: auto;
color: var(--color-text);
font-size: 14px;
Expand Down

0 comments on commit d6452f3

Please sign in to comment.