Skip to content

Commit

Permalink
feat(project): add styling to body element
Browse files Browse the repository at this point in the history
  • Loading branch information
RCVZ committed Apr 29, 2021
1 parent 66d1897 commit ba33fb6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,17 @@
}

body {
min-width: 320px;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: scroll;
font-size: 16px;
background-color: var(--body-background-color);
}

*,
::after,
::before {
box-sizing: border-box;
}

0 comments on commit ba33fb6

Please sign in to comment.