Skip to content

Commit

Permalink
fix: formatted h4 style
Browse files Browse the repository at this point in the history
  • Loading branch information
Grafikart committed Nov 18, 2024
1 parent 3e48ff7 commit 39b949f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion assets/css/modules/_formatted.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@

h1,
h2,
h3 {
h3,
h4 {
color: var(--color-dark);
font-family: $font-alt;
font-weight: bold;
Expand All @@ -109,7 +110,12 @@
margin-top: space(2);
margin-bottom: 2px;
}

h4 {
font-weight: 700;
font-style: normal;
font-size: 18px;
line-height: 1.2;
margin-top: space(2);
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grafikart",
"version": "1.0.107",
"version": "1.0.108",
"main": "index.js",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 39b949f

Please sign in to comment.