figures simples + outdoor computer club

This commit is contained in:
Julie Blanc 2026-04-11 17:49:46 +02:00
parent 76dc174fca
commit 868a5b702c
18 changed files with 531 additions and 352 deletions

View file

@ -3,8 +3,8 @@
hyphens: auto;
hyphenate-limit-chars: 7 3 2;
/* position: relative; */
orphans: 2;
hyphens: 2;
/* orphans: 2;
hyphens: 2; */
text-indent: calc(var(--unit) * 0.75);
position: relative;
}
@ -37,11 +37,11 @@ p::before {
}
.first-p,
.following-title,
.following-h3,
.following-h4{
text-indent: 0!important;
.chapter p.first-p,
.chapter p.following-title,
.chapter p.following-h3,
.chapter p.following-h4{
text-indent: 0;
}
.first-p::before,
@ -61,8 +61,8 @@ p::before {
line-height: 14px;
font-weight: 500;
text-align: left;
padding-left: calc(var(--unit)*2);
text-indent: calc(var(--unit)*-0.75);
padding-left: calc(var(--unit)*1.5);
text-indent: calc(var(--unit)*-0.5)!important;
break-inside: avoid;
position: relative;
}