Skip to content

Commit

Permalink
Normalize styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewjordan committed Nov 7, 2024
1 parent cadecd5 commit c586a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/Collection/Collection.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const CollectionHeader = styled("div", {
const Description = styled("p", {
lineHeight: "1.55em",
margin: "$gr2 0 $gr6",
color: "$black50",

"@sm": {
fontSize: "$gr3",
Expand Down
2 changes: 1 addition & 1 deletion components/Homepage/Overview.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Content = styled("div", {
h2: {
fontFamily: "$northwesternDisplayBold",
margin: "0 0 $gr3",
fontSize: "$gr5",
fontSize: "$gr6",
fontWeight: "400",
lineHeight: "1.15",
letterSpacing: "-0.015em",
Expand Down

0 comments on commit c586a0e

Please sign in to comment.