chapter hgroup + calming decor

This commit is contained in:
Julie Blanc 2026-04-07 18:09:15 +02:00
parent 0545b131de
commit 94d14d70c1
370 changed files with 9583 additions and 1566 deletions

View file

@ -11,12 +11,17 @@ h3, h4{
color: var(--sign-color);
}
h4::before{
content: "///";
}
.h3_container,
.h4_container{
position: relative;
}
h4::before,
.subtitle-before,
.subtitle-after{
letter-spacing:var(--sign-spacing);
@ -41,15 +46,20 @@ h3, h4{
.subtitle-text{
/* background-color: yellow; */
flex-grow: 2;
position: relative;
left: 5px;
}
.decor-h3{
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;
position: absolute;
display: none;
}