1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 17:46:39 -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

@ -34,7 +34,7 @@ const ColorfulLink = ({
};
const H1 = styled("h1", {
margin: "0 0 0.5em -0.03em",
margin: "0 0 0.5em -1px", // misaligned left margin, super nitpicky
fontSize: "1.8em",
fontWeight: 500,
lineHeight: 1.1,
@ -46,7 +46,7 @@ const H1 = styled("h1", {
});
const H2 = styled("h2", {
margin: "0.5em 0 0.5em -0.03em",
margin: "0.5em 0 0.5em -1px", // misaligned left margin, super nitpicky
fontSize: "1.35em",
fontWeight: 400,
lineHeight: 1.4,