Update full-page figure CSS to new standard

This commit is contained in:
Alex Cabal 2024-11-25 21:35:55 -06:00
parent 8b4bee3018
commit 1aada7fa78

View file

@ -90,6 +90,14 @@ figure.full-page{
object-fit: contain;
}
}
@supports(display: grid){
figure.full-page{
display: grid;
grid-template-rows: 1fr auto;
max-height: 100%;
}
}
/* end figures */
/* tables */