Padding for body

This commit is contained in:
DarkCat09 2023-06-19 18:52:04 +04:00
parent 1a16556ec3
commit 8becb56895

View file

@ -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;