Skip to content

Commit

Permalink
chore(demo): reset margin for body (#9185)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Sep 25, 2024
1 parent 710166f commit 7df46a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/demo/src/styles/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ html,
body {
scroll-behavior: smooth;
font: var(--tui-font-text-m);
padding: 0;
margin: 0;

&:has(tui-root[tuiTheme='dark']) {
background: #222;
Expand Down

0 comments on commit 7df46a2

Please sign in to comment.