nettoyage
This commit is contained in:
parent
f4d4637b65
commit
6c2b510f4f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue