Skip to content

Commit

Permalink
fix: integrate normalize.css to apply consistent styles
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardYam committed Aug 7, 2023
1 parent 63edd88 commit af98261
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 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 @@ -21,6 +21,7 @@
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"next": "^13.4.2",
"normalize.css": "^8.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.0.4"
Expand Down
1 change: 1 addition & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Analytics } from "@vercel/analytics/react";
import React from "react";
import NavBar from "@/app/NavBar";
import Footer from "@/app/Footer";
import 'normalize.css'
import './global.css';
import "@fortawesome/fontawesome-svg-core/styles.css"
import { config } from "@fortawesome/fontawesome-svg-core"
Expand Down

1 comment on commit af98261

@vercel
Copy link

@vercel vercel bot commented on af98261 Aug 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.