increase header size

This commit is contained in:
⧉ infominer 2023-06-03 21:39:10 +05:30
parent 0b9133de2c
commit a05e058dcb
1 changed files with 5 additions and 5 deletions

View File

@ -35,23 +35,23 @@ h6 {
h1 {
margin-top: 0;
font-size: $type-size-3;
font-size: $type-size-2;
}
h2 {
font-size: $type-size-4;
font-size: $type-size-3;
}
h3 {
font-size: $type-size-5;
font-size: $type-size-4;
}
h4 {
font-size: $type-size-6;
font-size: $type-size-5;
}
h5 {
font-size: $type-size-6;
font-size: $type-size-5;
}
h6 {