chore: small updates
4443f5a8
2 file(s) · +1 −2
| 1 | 1 | --- |
|
| 2 | 2 | import PageLayout from "@/layouts/Base"; |
|
| 3 | - | import { projects } from "../data/projects"; |
|
| 4 | 3 | ||
| 5 | 4 | const meta = { |
|
| 6 | 5 | title: "Feeds", |
| 41 | 41 | } |
|
| 42 | 42 | ||
| 43 | 43 | html body { |
|
| 44 | - | @apply mx-auto flex h-full max-w-3xl flex-col bg-[#121113] px-8 pt-16 font-sans text-sm font-normal text-textColor antialiased; |
|
| 44 | + | @apply mx-auto flex h-full max-w-3xl flex-col bg-[#121113] px-4 pt-16 font-sans text-sm font-normal text-textColor antialiased; |
|
| 45 | 45 | } |
|
| 46 | 46 | ||
| 47 | 47 | ::-webkit-scrollbar { |