diff --git a/package.json b/package.json index 706c2bd..1bcb117 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dev": "vite --host", "build": "vite-ssg build", "start": "vite preview", - "lint": "eslint . --fix" + "lint": "eslint . --fix --ignore-path .gitignore" }, "devDependencies": { "@vitejs/plugin-vue": "^2.0.1", diff --git a/src/App.vue b/src/App.vue index 0765381..4f3f5e3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -31,7 +31,6 @@ overflow-x: hidden; width: 100vw; min-height: 100vh; - font-size: 17px; } .centerLoadingText { @@ -64,8 +63,8 @@ diff --git a/src/components/TopBarLayout.vue b/src/components/TopBarLayout.vue index 8c79a30..0b6504f 100644 --- a/src/components/TopBarLayout.vue +++ b/src/components/TopBarLayout.vue @@ -1,7 +1,8 @@