Skip to content

Commit

Permalink
Merge pull request #9 from Numigi/fix/headings-sizes
Browse files Browse the repository at this point in the history
Fix: Modify headings font size and styling
  • Loading branch information
qtiplb authored Sep 27, 2024
2 parents 405cfd6 + 0a62c74 commit 214abd4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"scss.validate": false,

"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.markdownlint": true,
"source.fixAll.stylelint": true
"source.fixAll.eslint": "explicit",
"source.fixAll.markdownlint": "explicit",
"source.fixAll.stylelint": "explicit"
},

"githubPullRequests.ignoredPullRequestBranches": [
Expand Down
1 change: 0 additions & 1 deletion dist/assets/style.65693990.css

This file was deleted.

Loading

0 comments on commit 214abd4

Please sign in to comment.