style: add first-letter style
This commit is contained in:
parent
9c595a8ffb
commit
0b95f4c673
1 changed files with 2 additions and 1 deletions
|
@ -593,7 +593,8 @@ table.image caption {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
p:first-of-type::first-letter {
|
p:first-of-type::first-letter,
|
||||||
|
span.first-letter {
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-size: 75px;
|
font-size: 75px;
|
||||||
line-height: 60px;
|
line-height: 60px;
|
||||||
|
|
Loading…
Reference in a new issue