entretien erg + iyo-bisseck retouche
This commit is contained in:
parent
38c510c658
commit
6a45e2bf36
152 changed files with 289 additions and 188 deletions
|
|
@ -5,23 +5,30 @@ figure{
|
|||
}
|
||||
|
||||
figcaption{
|
||||
margin-top: calc(var(--baseline)*0.25);
|
||||
margin-top: calc(var(--baseline)*0.5);
|
||||
}
|
||||
|
||||
figcaption::before{
|
||||
content: "/";
|
||||
content: "*";
|
||||
font-family: var(--sign-family);
|
||||
display: block;
|
||||
text-align: center;
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
letter-spacing: var(--sign-spacing);
|
||||
font-family: var(--sign-family);
|
||||
line-height: var(--sign-baseline);
|
||||
position: absolute;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
figcaption p{
|
||||
margin: 0;
|
||||
text-indent: 0!important;
|
||||
text-align: center!important;
|
||||
font-size: var(--fs-notes);
|
||||
text-align: left!important;
|
||||
/* text-align: center!important; */
|
||||
font-size: var(--fs-notes);
|
||||
line-height: 14px;
|
||||
font-weight: 500;
|
||||
padding-left: calc(var(--unit) * 0.5);
|
||||
}
|
||||
|
||||
figcaption p::before{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue