Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislavasal committed Nov 18, 2024
2 parents f99f1e2 + 0a6e56e commit 61e0a67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnbws/renecss",
"version": "0.0.2",
"version": "0.0.3",
"description": "Rene is a design system for intention and meaning",
"main": "rene.css",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ h6 {
}

h1 {
font-size: 5.28rem; /* 6rem * 0.88 */
font-size: 4.28rem; /* 6rem * 0.88 */
line-height: 0.95;
}

Expand Down Expand Up @@ -110,7 +110,7 @@ li {
}

h1 {
font-size: 4rem;
font-size: 3.75rem;
}

h2 {
Expand Down

0 comments on commit 61e0a67

Please sign in to comment.