Skip to content

Commit

Permalink
Merge pull request #3 from jd1378/fix_git_pages
Browse files Browse the repository at this point in the history
fix: apply fix for git and responsive
  • Loading branch information
wr3yth authored Aug 12, 2024
2 parents 62417ff + 1636116 commit 99a8131
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="flex h-screen items-center justify-center">
<div class="flex min-h-screen items-center justify-center">
<div
class="flex w-full max-w-[480px] flex-col gap-4 rounded-xl bg-[#282a2e] p-6 drop-shadow-xl">
<label class="flex flex-col">
Expand Down
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export default defineNuxtConfig({
future: {
compatibilityVersion: 4,
},
ssr: false,
});
7 changes: 3 additions & 4 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import type {Config} from 'tailwindcss';

export default <Partial<Config>>{
theme: {
theme: {
extend: {
fontFamily: {
sans: [],
},
}
},
},
plugins: [
],
plugins: [],
};

0 comments on commit 99a8131

Please sign in to comment.