Mise à jour du CSS

This commit is contained in:
nono
2022-02-27 17:39:52 +01:00
parent f96cadbac0
commit 48467d2b63
3 changed files with 51 additions and 16 deletions

View File

@@ -42,6 +42,7 @@
text-align: justify;
margin: 0;
max-width: none;
box-shadow: none;
}
@@ -60,11 +61,23 @@
}
footer {
color: black;
font-size: 1em;
padding: 1em;
}
footer::after {
content: "Printed from https://n07070.xyz"
content: "Printed from https://n07070.xyz";
font-size: 1em;
font-weight: bolder;
display: flex;
justify-content: center;
}
footer small {
display: none;
}
footer sup {
display: none;
}
}