Ajout du markdown
This commit is contained in:
+13
-9
@@ -126,27 +126,31 @@ body {
|
||||
font-size: 10pt;
|
||||
letter-spacing: 4pt;
|
||||
}
|
||||
.chapter-content {
|
||||
text-align: justify;
|
||||
-webkit-hyphens : auto;
|
||||
font-family: "Cormorant";
|
||||
font-weight: 200;
|
||||
font-size: 10pt;
|
||||
line-height: 18pt;
|
||||
}
|
||||
.section-title {
|
||||
font-family: "TextaAlt";
|
||||
font-weight: 800;
|
||||
font-size: 12pt;
|
||||
}
|
||||
.chapter-content {
|
||||
hyphens: auto;
|
||||
font-family: "Cormorant";
|
||||
font-weight: 200;
|
||||
font-size: 10pt;
|
||||
line-height: 18pt;
|
||||
}
|
||||
.section-content {
|
||||
text-align: justify;
|
||||
hyphens: auto;
|
||||
font-family: "SGI-TextAlt";
|
||||
font-size:9.5pt;
|
||||
font-weight: 200;
|
||||
line-height: 18pt;
|
||||
}
|
||||
.justify p{
|
||||
text-align: justify;
|
||||
text-align-last: left !important;
|
||||
|
||||
hyphens: auto;
|
||||
}
|
||||
.image-cover {
|
||||
page: imagecover;
|
||||
background-size: cover;
|
||||
|
||||
Reference in New Issue
Block a user