chore: small updates 4443f5a8
Steve · 2026-01-04 17:10 2 file(s) · +1 −2
src/pages/feeds.astro +0 −1
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",
src/styles/global.css +1 −1
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 {