diff --git a/src/App.css b/src/App.css index 74b5e05..10e4996 100644 --- a/src/App.css +++ b/src/App.css @@ -32,6 +32,7 @@ from { transform: rotate(0deg); } + to { transform: rotate(360deg); } diff --git a/src/assets/styles/custom.css b/src/assets/styles/custom.css index 45f760e..cca57b3 100644 --- a/src/assets/styles/custom.css +++ b/src/assets/styles/custom.css @@ -1,5 +1,5 @@ * { - margin: 0; - padding: 0; - box-sizing: border-box; -} \ No newline at end of file + margin: 0; + padding: 0; + box-sizing: border-box; +} diff --git a/src/index.css b/src/index.css index ec2585e..acbad23 100644 --- a/src/index.css +++ b/src/index.css @@ -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; }