mirror of
https://github.com/standardebooks/charles-darwin_the-voyage-of-the-beagle.git
synced 2025-09-05 11:25:54 -04:00
Update full-page figure CSS to new standard
This commit is contained in:
parent
8b4bee3018
commit
1aada7fa78
1 changed files with 8 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue