Padding for body
This commit is contained in:
parent
1a16556ec3
commit
8becb56895
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ const { title, description } = Astro.props;
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
box-sizing: border-box;
|
||||
padding: 0 0.5rem;
|
||||
|
||||
background: var(--bg);
|
||||
color: var(--fg);
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Liberation Sans', 'Helvetica Neue', sans-serif;
|
||||
|
|
Loading…
Add table
Reference in a new issue