layout terminal

This commit is contained in:
Julie Blanc 2026-03-04 08:33:34 +01:00
parent aed4b9eb92
commit 68a0dcb88b
80 changed files with 2234 additions and 349 deletions

View file

@ -7,8 +7,10 @@
hyphenate-limit-chars: 8 3;
position: relative;
// color: var(--blue);
orphans: 2;
hyphens: 2;
letter-spacing: 0.01rem;
// letter-spacing: 0.01rem;
// &::before{
@ -22,29 +24,32 @@
// }
}
.container-following-note + p,
p + p{
text-indent: var(--indent);
text-indent: 30%;
}
h3, h4{
break-after: avoid;
}
h3{
margin-top: calc(var(--baseline)*1.5);
margin-bottom: calc(var(--baseline)*0.5);
text-align: center;
font-weight: normal;
// text-decoration: underline;
font-family: var(--mono);
text-transform: uppercase;
font-family: var(--font-sans);
// text-transform: lowercase;
color: var(--blue);
max-width: 18ch;
// margin-inline: auto;
letter-spacing: 0.05rem;
color: black;
text-decoration: underline 1px;
text-underline-offset: 2px;
// text-decoration: underline 1px;
// text-underline-offset: 2px;
// &::before{
@ -66,7 +71,9 @@ blockquote p{
}
blockquote{
font-family: var(--mono);
font-family: 'Routed Gothic Wide';
font-size: 14px;
line-height: 17px;
// position: relative;
// left: 14mm;
// p{
@ -77,7 +84,7 @@ blockquote{
// }
padding-left: var(--indent);
padding-left: 15%;
margin-top: calc(var(--baseline)*1);
margin-bottom: calc(var(--baseline)*1);