0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 23:42: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; break-inside : avoid;
display : inline-block; display : inline-block;
width : 100%; width : 100%;
img {
z-index : 0;
}
} }
.inline-block { .inline-block {
display : inline-block; display : inline-block;