geoproject-app/public/assets/css/stylesheet.css

25 lines
254 B
CSS
Raw Normal View History

@page {
size: A4;
margin: 20mm 15mm 26mm 15mm;
}
@page {
@bottom-center { content: string(title); }
}
h2 {
break-before: page;
}
.chapter > h2 {
string-set: title content(text);
}
2025-11-24 17:30:36 +01:00
#chapter-2 {
font-size: 2rem;
}
p {
font-size: 1rem;
}