You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
1.0 KiB
CSS

@media print{
@page {
size: A5;
margin-top: 10mm;
margin-right: 20mm;
margin-bottom: 25mm;
margin-left: 15mm;
}
html, body {
font-size: 14px;
}
.container{
display: block;
width: auto;
height: auto;
}
3 years ago
.atlas {
border: none;
}
.contributions,
.contribution {
border-bottom: none;
}
header.cover{
width: auto;
height: 100%;
min-height: auto;
padding: 0;
border: none;
}
.cover .title {
font-size: 46px;
margin: 64px 0;
}
.atlas,
.cover,
.contributions,
.contribution,
.index {
break-before: page;
}
.info{
display: none;
}
.index {
display: block;
}
3 years ago
.contribution .title {
font-size: 28px;
}
.contribution {
border-bottom: none;
overflow: auto;
}
}