répare l'affichage du fond du poster
This commit is contained in:
parent
6ff0b2ef88
commit
f04afb1b5a
3 changed files with 6 additions and 10 deletions
|
|
@ -24,7 +24,6 @@
|
|||
}
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
font-family: "Verdana", "Helvetica", "Arial", sans-serif;
|
||||
color: var(--text-color-primary);
|
||||
|
|
@ -40,10 +39,6 @@ a {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
main {
|
||||
}
|
||||
|
||||
|
||||
main h1, main h2, main h3 {
|
||||
font-family: MonTrappist;
|
||||
color: white;
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ main {
|
|||
box-shadow: 5px 5px 5px #00000085;
|
||||
margin: 50px auto;
|
||||
position: relative;
|
||||
background: var(--primary-bg-color);
|
||||
}
|
||||
|
||||
@page {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue