diff --git a/components/Input.vue b/components/Input.vue index 1b88429..d5ed426 100644 --- a/components/Input.vue +++ b/components/Input.vue @@ -13,7 +13,7 @@ input { width: 500px; font-size: 25px; padding: 20px; - border-radius: 20px; + border-radius: 10px; background: var(--dark-two); border: none; color: white; diff --git a/components/Project.vue b/components/Project.vue index e5311f9..250140a 100644 --- a/components/Project.vue +++ b/components/Project.vue @@ -29,9 +29,9 @@ main { gap: 20px; padding: 40px; cursor: pointer; - transition: 0.4s; height: 100px; width: 450px; + transition: .4s; } main:hover { diff --git a/components/Resource.vue b/components/Resource.vue index df74ce8..628767c 100644 --- a/components/Resource.vue +++ b/components/Resource.vue @@ -32,9 +32,9 @@ main { color: var(--white); justify-content: space-between; align-items: center; - transition: 0.4s; width: 80%; cursor: pointer; + transition: .4s; } main:hover { diff --git a/ecosystem.config.js b/ecosystem.config.js index ddffb4b..5178bcb 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -1,9 +1,10 @@ +// https://v2.nuxt.com/deployments/pm2/ module.exports = { apps: [ { - name: "My Website", + name: "ngn13.fun website", exec_mode: "cluster", - instances: "max", // Or a number of instances + instances: "max", script: "./node_modules/nuxt/bin/nuxt.js", args: "start" } diff --git a/layouts/error.vue b/layouts/error.vue index ad45e27..e9ff2b0 100644 --- a/layouts/error.vue +++ b/layouts/error.vue @@ -1,5 +1,10 @@ + +