10 lines
161 B
CSS
10 lines
161 B
CSS
img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.edito_content {
|
|
background-image: url("/images/couverture_scred.jpg");
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
}
|