mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-22 11:29:28 +00:00
#100, Make h4, h5 and h6 bolder and increase font size
This commit is contained in:
parent
4a8620ce55
commit
1941d7130e
@ -3,16 +3,28 @@
|
|||||||
.markdown {
|
.markdown {
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
|
|
||||||
h1, h2, h3, h4, h5 {
|
// remove padding at the beginning of page
|
||||||
|
> :first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
margin-top: 1.5em;
|
margin-top: 1.5em;
|
||||||
margin-bottom: $padding-16;
|
margin-bottom: $padding-16;
|
||||||
}
|
}
|
||||||
|
|
||||||
// remove padding at the beginning of page
|
h4, h5, h6 {
|
||||||
> :first-child {
|
font-weight: bolder;
|
||||||
margin-top: 0;
|
}
|
||||||
|
|
||||||
|
h5 {
|
||||||
|
font-size: .875em;
|
||||||
|
}
|
||||||
|
|
||||||
|
h6 {
|
||||||
|
font-size: .75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
b, optgroup, strong {
|
b, optgroup, strong {
|
||||||
|
@ -4,6 +4,18 @@ type: docs
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Acerbo datus maxime
|
# Acerbo datus maxime
|
||||||
|
Est in vagis et Pittheus tu arge accipiter regia iram vocatur nurus. Omnes ut
|
||||||
|
## Acerbo datus maxime
|
||||||
|
Est in vagis et Pittheus tu arge accipiter regia iram vocatur nurus. Omnes ut
|
||||||
|
### Acerbo datus maxime
|
||||||
|
Est in vagis et Pittheus tu arge accipiter regia iram vocatur nurus. Omnes ut
|
||||||
|
#### Acerbo datus maxime
|
||||||
|
Est in vagis et Pittheus tu arge accipiter regia iram vocatur nurus. Omnes ut
|
||||||
|
##### Acerbo datus maxime
|
||||||
|
Est in vagis et Pittheus tu arge accipiter regia iram vocatur nurus. Omnes ut
|
||||||
|
###### Acerbo datus maxime
|
||||||
|
Est in vagis et Pittheus tu arge accipiter regia iram vocatur nurus. Omnes ut
|
||||||
|
|
||||||
|
|
||||||
{{< columns >}}
|
{{< columns >}}
|
||||||
## Astris ipse furtiva
|
## Astris ipse furtiva
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
{"Target":"book.min.1a42267725101834ce35443da3d9bbdee3c08b2ff6555b390bf2963b2dcda169.css","MediaType":"text/css","Data":{"Integrity":"sha256-GkImdyUQGDTONUQ9o9m73uPAiy/2VVs5C/KWOy3NoWk="}}
|
{"Target":"book.min.0379377fb17315c9a560efd4d406aea4535c095a461b220fd9e3d2e9c05550e6.css","MediaType":"text/css","Data":{"Integrity":"sha256-A3k3f7FzFcmlYO/U1AaupFNcCVpGGyIP2ePS6cBVUOY="}}
|
Loading…
Reference in New Issue
Block a user