Skip to content

Commit

Permalink
Merge pull request #10 from JAS-lzn/fix-the-damn-css
Browse files Browse the repository at this point in the history
fix the damn css
  • Loading branch information
JAS-lzn authored Jan 14, 2024
2 parents e54481a + 15e9128 commit f84fe10
Show file tree
Hide file tree
Showing 2 changed files with 1,041 additions and 0 deletions.
1 change: 1 addition & 0 deletions routes/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default function App({ Component }: PageProps) {
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>marinara</title>
<link rel="stylesheet" href="/styles.css" />
<link rel="stylesheet" href="/tailwind_generated.css" />
</head>
<body>
<Component />
Expand Down
Loading

0 comments on commit f84fe10

Please sign in to comment.