Skip to content

Commit

Permalink
Do not set any dimensions of <html> and <body> elements (#523)
Browse files Browse the repository at this point in the history
Developers want to handle this themselves. Let us not be overly opinionated.
  • Loading branch information
adamkudrna committed Feb 21, 2024
1 parent 64694c0 commit 6b862af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/styles/elements/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
@use "../theme/typography";

html {
width: 100%;
height: 100%;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-weight: typography.$font-weight-base;
Expand All @@ -13,8 +11,6 @@ html {
}

body {
width: 100%;
min-height: 100%;
font-size: 1em;
color: page.$color;
background-color: page.$background;
Expand Down

0 comments on commit 6b862af

Please sign in to comment.