diff --git a/.gitignore b/.gitignore index 5899dea94..8d32c4709 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,4 @@ dist-ssr *.njsproj *.sln *.sw? -*.md \ No newline at end of file +*.md diff --git a/netlify.toml b/netlify.toml index debaaee40..541b070eb 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,4 +5,5 @@ [[redirects]] from = "/*" to = "/index.html" - status = 200 \ No newline at end of file + status = 200 + \ No newline at end of file diff --git a/src/pages/style.css b/src/pages/style.css index 95b9af404..8fd23ad4a 100644 --- a/src/pages/style.css +++ b/src/pages/style.css @@ -13,4 +13,4 @@ html { height: 100vh; margin: 0 auto; -} \ No newline at end of file +}