nettoyage
This commit is contained in:
parent
f4d4637b65
commit
6c2b510f4f
|
@ -74,6 +74,7 @@ aside {
|
||||||
background-color: var(--chalec_white);
|
background-color: var(--chalec_white);
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
min-height: 50vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
article {
|
article {
|
||||||
|
@ -160,10 +161,10 @@ header {
|
||||||
footer {
|
footer {
|
||||||
background: #e0f0ff; /* old IE fallback */
|
background: #e0f0ff; /* old IE fallback */
|
||||||
|
|
||||||
background-attachment: fixed, scroll;
|
background-attachment: fixed;
|
||||||
background-image: url(../templates/electronic.png);
|
background-image: url(../templates/electronic.png);
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
background-repeat: repeat;
|
background-repeat: cover;
|
||||||
background-size: auto;
|
background-size: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue