This commit is contained in:
Julie Blanc 2026-02-23 23:30:33 +01:00
parent 811558f4d8
commit 31bb24548f
19 changed files with 189 additions and 110 deletions

View file

@ -2,8 +2,9 @@
p{
// text-align: justify;
// hyphens: auto;
text-align: justify;
hyphens: auto;
hyphenate-limit-chars: 8 3;
position: relative;
color: var(--blue);
font-weight: 200;
@ -33,14 +34,16 @@ h3{
margin-top: calc(var(--baseline)*1.5);
margin-bottom: calc(var(--baseline)*0.5);
text-align: center;
font-weight: 200;
font-weight: normal;
// text-decoration: underline;
// font-family: var(--mono);
font-family: var(--mono);
text-transform: uppercase;
color: var(--blue);
max-width: 18ch;
// margin-inline: auto;
letter-spacing: 0.05rem;
// &::before{