Skip to content

Commit

Permalink
fixed a few bugs, added some more info on the about me page
Browse files Browse the repository at this point in the history
  • Loading branch information
Kahera committed Dec 20, 2023
1 parent e8b9c44 commit dfbd2ff
Show file tree
Hide file tree
Showing 15 changed files with 688 additions and 336 deletions.
203 changes: 203 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"tailwindcss": "^3.3.3",
"typescript": "5.2",
"vite": "^4.4.6",
"vite-svg-loader": "^5.1.0",
"vue-eslint-parser": "^9.3.2",
"vue-tsc": "^1.8.6"
}
Expand Down
6 changes: 3 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const isDev = import.meta.env.DEV;

<NavbarComponent />

<!-- Main page content -->
<main class="mx-auto w-10/12 md:w-4/5 mt-6 lg:mt-20">
<!-- Main page content -->
<main class="mx-auto w-10/12 mb-8 md:w-4/5 mt-6 lg:mt-20">
<RouterView />
</main>
</template>
Expand All @@ -32,4 +32,4 @@ const isDev = import.meta.env.DEV;
transition: none !important;
}
}
</style>
</style>
16 changes: 15 additions & 1 deletion src/assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,22 @@ body {
background-color 0.5s;
text-wrap: balance;

h1,
h2,
h3,
h4,
h5,
h6 {
@apply font-display font-bold;
}

h1,
h2 {
@apply text-2xl font-bold font-display;
@apply text-2xl;
}

h3 {
@apply text-xl;
}

a {
Expand Down
3 changes: 3 additions & 0 deletions src/assets/icons/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/assets/icons/instagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/assets/icons/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit dfbd2ff

Please sign in to comment.