default styles print
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 21s
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 21s
This commit is contained in:
parent
cd65c35994
commit
eac7acdbc6
1 changed files with 21 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
@page {
|
@page {
|
||||||
size: A4;
|
size: A5;
|
||||||
margin: 20mm 15mm 26mm 15mm;
|
margin: 20mm 15mm 26mm 15mm;
|
||||||
background: rgba(255, 255, 255, 1);
|
background: rgba(255, 255, 255, 1);
|
||||||
}
|
}
|
||||||
|
|
@ -21,6 +21,11 @@ figure, img{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p{
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ───────────────────────────────────────────
|
/* ───────────────────────────────────────────
|
||||||
COVER
|
COVER
|
||||||
|
|
@ -37,7 +42,7 @@ figure, img{
|
||||||
|
|
||||||
|
|
||||||
h1{
|
h1{
|
||||||
font-size: 52px;
|
font-size: 38px;
|
||||||
background: rgba(255, 255, 255, 0.521);
|
background: rgba(255, 255, 255, 0.521);
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
@ -79,10 +84,11 @@ p.author{
|
||||||
|
|
||||||
|
|
||||||
h2{
|
h2{
|
||||||
font-size: 46px;
|
font-size: 38px;
|
||||||
margin-top: 36px;
|
margin-top: 36px;
|
||||||
background-color: #cfcfcf;
|
background-color: #cfcfcf;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
break-after: avoid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -94,7 +100,8 @@ h2{
|
||||||
|
|
||||||
|
|
||||||
h3{
|
h3{
|
||||||
margin-top: 50px;
|
margin-top: 30px;
|
||||||
|
break-after: avoid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -102,13 +109,23 @@ h3{
|
||||||
CARTES
|
CARTES
|
||||||
─────────────────────────────────────────── */
|
─────────────────────────────────────────── */
|
||||||
|
|
||||||
|
h4{
|
||||||
|
break-after: avoid;
|
||||||
|
margin-top: 30px;
|
||||||
|
text-decoration: underline;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ───────────────────────────────────────────
|
/* ───────────────────────────────────────────
|
||||||
MARKERS
|
MARKERS
|
||||||
─────────────────────────────────────────── */
|
─────────────────────────────────────────── */
|
||||||
|
|
||||||
|
|
||||||
|
h5{
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.marker-title img{
|
.marker-title img{
|
||||||
width: 40px;
|
width: 40px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue