css img zoom

This commit is contained in:
ouidade 2024-03-01 23:12:45 +01:00
parent 7bcbe078fc
commit c5f6316ce5
2 changed files with 11 additions and 0 deletions

View File

@ -437,6 +437,10 @@ header {
#presentation .layout-content .content_container article.node-type-static .field_field_textes .field_field_picto img {
width: 40px;
height: auto; }
#presentation .layout-content .content_container article.node-type-static .field_field_textes #paragraph-id--9 img {
width: -moz-available;
height: auto;
cursor: url(/img/layout/backgrounds/zoom.cur), -moz-zoom-in; }
#presentation aside {
position: relative;
grid-column: 1 /span 2;

View File

@ -110,6 +110,13 @@
height: auto;
}
}
#paragraph-id--9{
img{
width: -moz-available;
height: auto;
cursor: url(/img/layout/backgrounds/zoom.cur), -moz-zoom-in;
}
}
}
}
}