nettoyage

This commit is contained in:
Adrien Bourmault 2022-04-15 12:46:04 +02:00
parent f4d4637b65
commit 6c2b510f4f
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 3 additions and 2 deletions

View File

@ -74,6 +74,7 @@ aside {
background-color: var(--chalec_white);
background-repeat: repeat;
padding: 10px;
min-height: 50vh;
}
article {
@ -160,10 +161,10 @@ header {
footer {
background: #e0f0ff; /* old IE fallback */
background-attachment: fixed, scroll;
background-attachment: fixed;
background-image: url(../templates/electronic.png);
background-position: 0 0;
background-repeat: repeat;
background-repeat: cover;
background-size: auto;
}