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

29 lines
326 B
CSS
Raw Normal View History

@page {
size: A4;
margin: 20mm 15mm 26mm 15mm;
background: rgba(255, 255, 255, 1);
}
@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;
margin: 0mm 0mm 24mm 0mm;
}