Ajout des rubriques
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
.center{
|
||||
text-align: center;
|
||||
}
|
||||
.align-right{
|
||||
text-align: right;
|
||||
}
|
||||
// Notes de fin de chapitres
|
||||
[data-note] {
|
||||
position: relative;
|
||||
|
||||
@@ -66,6 +66,11 @@
|
||||
font-size: 10pt;
|
||||
letter-spacing: 4pt;
|
||||
}
|
||||
.chapter-title::before{
|
||||
content: attr(data-rubrique);
|
||||
display: block;
|
||||
@extend .section-title;
|
||||
}
|
||||
.chapter-content {
|
||||
hyphens: auto;
|
||||
font-family: "Cormorant";
|
||||
|
||||
Reference in New Issue
Block a user