change title
This commit is contained in:
parent
bb86583458
commit
3dad24528d
3 changed files with 13 additions and 8 deletions
|
|
@ -1,9 +1,9 @@
|
|||
@charset "UTF-8";
|
||||
:root {
|
||||
--font: "Moulin", sans-serif;
|
||||
--font-serif: "Edgar", sans-serif;
|
||||
--font-title: "Allium Rounded", sans-serif;
|
||||
--font-sans: "Allium Rounded", sans-serif;
|
||||
--font: 'Moulin', sans-serif;
|
||||
--font-serif: 'Edgar', sans-serif;
|
||||
--font-title: 'Allium Rounded', sans-serif;
|
||||
--font-sans: 'Allium Rounded', sans-serif;
|
||||
--font-size: 12px;
|
||||
--fs-small: 9.5px;
|
||||
--fs-num: 14px;
|
||||
|
|
@ -201,8 +201,7 @@ p {
|
|||
}
|
||||
|
||||
p, li {
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
hyphens: auto;
|
||||
hyphenate-limit-chars: 7 3 4;
|
||||
hyphenate-limit-lines: 2;
|
||||
hyphenate-limit-zone: 8%;
|
||||
|
|
@ -269,6 +268,10 @@ ol[type="1"] li::before {
|
|||
#section__content h4::before, #section__content h5::before, #section__content h6::before {
|
||||
content: attr(data-counter) ". ";
|
||||
}
|
||||
#section__content h1 {
|
||||
-moz-column-break-before: right;
|
||||
break-before: right;
|
||||
}
|
||||
#section__content h1, #section__content h2, #section__content h3, #section__content h4 {
|
||||
-moz-column-break-inside: avoid;
|
||||
break-inside: avoid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue