new images

This commit is contained in:
Julie Blanc 2026-04-05 15:47:43 +02:00
parent 071b263fc4
commit 6431b5a439
37 changed files with 507 additions and 283 deletions

View file

@ -306,7 +306,7 @@ footer{
grid-column-gap: 2em;
grid-template-rows: auto auto 1fr;
break-inside: avoid;
margin-bottom: 3em;
margin-bottom: 2.8em;
}
.portfolio-group figure{
@ -314,7 +314,7 @@ footer{
grid-row: 1/4;
margin: 0;
border: 1px solid #cfcfcf;
aspect-ratio: 5/3;
aspect-ratio: 8/5;
overflow: hidden;
}
@ -362,3 +362,7 @@ footer{
}
#wysiwyg img{
object-position: 0px 0px;
}