layout-3 moulin

This commit is contained in:
Julie Blanc 2026-01-21 09:33:18 +01:00
parent 8255f08762
commit 8c28b027b6
7 changed files with 18 additions and 12 deletions

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
:root {
--font: "Akkurat Std", sans-serif;
--font: "Moulin", sans-serif;
--font-serif: "Edgar", sans-serif;
--font-title: "Allium Rounded", sans-serif;
--font-sans: "Allium Rounded", sans-serif;
@ -36,8 +36,6 @@ body {
size: 176mm 240mm;
margin-top: 36px;
margin-bottom: 20mm;
bleed: 6mm;
marks: crop;
}
@page :left {
margin-left: 18mm;
@ -220,7 +218,6 @@ blockquote {
margin-top: calc(var(--baseline) * 0.5);
margin-bottom: calc(var(--baseline) * 0.5);
font-size: 12px;
color: #343434;
}
.these + ol + p,
@ -234,6 +231,10 @@ blockquote + ol + p {
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
padding-left: calc(var(--indent) * 0.5);
font-weight: 500;
}
.these strong {
font-weight: 900;
}
ol[type="1"] {
@ -411,7 +412,6 @@ section h1:first-of-type {
line-height: calc(var(--baseline) * 0.8);
padding-left: var(--indent);
position: relative;
font-weight: 600;
}
.inline-note::marker {
display: none;