notes smaller

This commit is contained in:
Julie Blanc 2026-03-10 11:49:12 +01:00
parent 8823395d75
commit cc75afe344
5 changed files with 126 additions and 270 deletions

View file

@ -1,5 +1,5 @@
.following-note {
font-family: var(--font-notes);
/* font-family: var(--font-notes); */
font-size: var(--fs-notes);
line-height: 14px;
font-weight: 500;
@ -32,15 +32,15 @@
content: "}"
}
font-family: var(--font-notes);
font-weight: 500;
font-size: 12px;
/* font-family: var(--font-notes);
font-weight: 500; */
font-size: var(--fs-notes);
}
.following-note_call {
padding-left: 0.25ch;
position: relative;
top: -4px;
top: -3px;
}