Adding font sizes to headings

This commit is contained in:
Fabian Stamm 2019-07-24 22:04:28 +02:00
parent 63f38a1787
commit e394c002f4
2 changed files with 23 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@hibas123/theme",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"main": " ",
"files": [

View File

@ -23,3 +23,24 @@ body {
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;
}