Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocnhan-tran1996 committed Jul 23, 2024
1 parent 9f9088e commit 305b0a1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 0 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rokkitt">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nhan's Resume</title>
<style>
body {
font-family: "Rokkitt" !important;
font-size: 1.3em !important;
}
</style>
</head>

<body>
Expand Down
4 changes: 4 additions & 0 deletions src/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
body {
font-family: "Rokkitt" !important;
font-size: 1.3em !important;
}
2 changes: 2 additions & 0 deletions src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App.tsx'

import "bootstrap/dist/css/bootstrap.min.css";
import "bootstrap/dist/js/bootstrap.bundle.min";
import "./main.css";

ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: './'
})

0 comments on commit 305b0a1

Please sign in to comment.