Skip to content

Commit

Permalink
Fix stylint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidd254 committed Feb 28, 2024
1 parent d397073 commit 349ab02
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
1 change: 1 addition & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
from {
transform: rotate(0deg);
}

to {
transform: rotate(360deg);
}
Expand Down
8 changes: 4 additions & 4 deletions src/assets/styles/custom.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
margin: 0;
padding: 0;
box-sizing: border-box;
}
20 changes: 17 additions & 3 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,27 @@
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
font-family:
-apple-system,
BlinkMacSystemFont,
'Segoe UI',
'Roboto',
'Oxygen',
'Ubuntu',
'Cantarell',
'Fira Sans',
'Droid Sans',
'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
font-family:
source-code-pro,
Menlo,
Monaco,
Consolas,
'Courier New',
monospace;
}

0 comments on commit 349ab02

Please sign in to comment.