diff --git a/package.json b/package.json index 99d9e51..005f12a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hibas123/theme", - "version": "1.1.0", + "version": "1.1.1", "description": "", "main": " ", "files": [ @@ -20,4 +20,4 @@ "dependencies": { "sass": "^1.22.7" } -} +} \ No newline at end of file diff --git a/src/base/_global.scss b/src/base/_global.scss index ecceb1b..33020a5 100644 --- a/src/base/_global.scss +++ b/src/base/_global.scss @@ -22,4 +22,25 @@ body { padding-right: 1rem; margin: 0 auto; max-width: 50rem; +} + + +h1 { + font-size: 2rem; +} + +h2 { + font-size: 1.5rem; +} + +h3 { + font-size: 1.17rem; +} + +h5 { + font-size: .83rem; +} + +h6 { + font-size: .67rem; } \ No newline at end of file