0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Merge pull request #2754 from 5e-Cleric/image-monster-block

Image Inside Blocks
This commit is contained in:
Trevor Buckner
2023-04-19 11:14:43 -04:00
committed by GitHub

View File

@@ -23,6 +23,9 @@ body {
break-inside : avoid;
display : inline-block;
width : 100%;
img {
z-index : 0;
}
}
.inline-block {
display : inline-block;