diff --git a/src/index.css b/src/index.css index 616f86f..eda2445 100644 --- a/src/index.css +++ b/src/index.css @@ -3,15 +3,9 @@ @tailwind utilities; * { - margin: 0; - padding: 0; box-sizing: border-box; } -html { - scroll-behavior: smooth; -} - body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', @@ -24,4 +18,4 @@ body { code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; -} \ No newline at end of file +}