ravages/output/theme/css/images.css
2023-12-25 16:02:36 +01:00

27 lines
386 B
CSS

img {
max-width: 100%;
}
.edito_content {
background-image: url("/images/couverture_scred.jpg");
background-repeat: no-repeat;
background-size: 100%;
}
.small-images img, .page-images img {
width: 6em;
padding: 2em;
}
.small-images p:nth-of-type(odd) img{
float: right;
}
.small-images p:nth-of-type(even) img{
float: left;
}
.page-images img{
float: right
}