Mise à jour du CSS
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user