We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b50f1 commit 074bceeCopy full SHA for 074bcee
7-high-level-structural-patterns.rst
@@ -1306,6 +1306,14 @@ Images
1306
}
1307
1308
1309
+ @supports(display: grid){
1310
+ figure.full-page{
1311
+ display: grid;
1312
+ grid-template-rows: 1fr auto;
1313
+ max-height: 100%;
1314
+ }
1315
1316
+
1317
#. :html:`<figure>` elements that are meant to be aligned block-level with the text have this additional CSS:
1318
1319
.. code:: css
@@ -1344,6 +1352,14 @@ Examples
1344
1352
1345
1353
1346
1354
1355
1356
1357
1358
1359
1360
1361
1362
1347
1363
/* If the image is meant to be aligned block-level with the text, use this selector... */
1348
1364
figure{
1349
1365
break-inside: avoid;
0 commit comments