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

@ -44,8 +44,8 @@ h3, h4{
}
h3, h4{
font-weight: normal;
font-size: 14px;
font-family: var(--font-notes);
/* font-size: 14px; */
font-family: var(--font-subtitle);
/* font-family: var(--font-subtitle);
font-size: var(--fs-subtitle);
background-color: var(--grey);
@ -56,19 +56,19 @@ h3, h4{
margin-top: calc(var(--baseline)*1.5);
margin-bottom: calc(var(--baseline)*0.5);
font-weight: normal; */
padding-left: 1.5ch;
margin-top: calc(var(--baseline)*0.5);
/* padding-left: 1.5ch; */
margin-top: calc(var(--baseline)*1.5);
margin-bottom: calc(var(--baseline)*0.5);
padding-left: 30%;
}
h3::before,
h3::after{
content: "+--------------------------------------------------------+";
/* content: "+------------------------------------------------+";
display: block;
/* font-family: monospace; */
position: relative;
left: -1.5ch;
width: calc(100% + 1.5ch);
width: calc(100% + 1.5ch); */
}