Adding font sizes to headings
This commit is contained in:
parent
63f38a1787
commit
e394c002f4
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user