Skip to content

Commit

Permalink
style: apply automated linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot committed Jan 21, 2025
1 parent fa2cdd4 commit c899196
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
html {
box-sizing: border-box;
font-size: 13px;
box-sizing: border-box;
font-size: 13px;
}

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

body,
Expand All @@ -19,12 +19,12 @@ h6,
p,
ol,
ul {
margin: 0;
padding: 0;
font-weight: normal;
margin: 0;
padding: 0;
font-weight: normal;
}

img {
max-width: 100%;
height: auto;
}
max-width: 100%;
height: auto;
}

0 comments on commit c899196

Please sign in to comment.