1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 06:21:17 -04:00

fix super nitpicky indented headings

This commit is contained in:
2022-03-12 11:07:33 -05:00
parent 50071eef58
commit ddb9fdff8d
5 changed files with 29 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ import type { ComponentProps } from "react";
import type { NoteType } from "../../types";
const Title = styled("h1", {
margin: "0.3em 0 0.5em -0.03em",
margin: "0.3em 0 0.5em -1px", // misaligned left margin, super nitpicky
fontSize: "2.1em",
lineHeight: 1.3,
fontWeight: 700,