diff --git a/shared/homebrewery/phb_style/phb.blocks.less b/shared/homebrewery/phb_style/phb.blocks.less index 9f7f28eec..0820acff5 100644 --- a/shared/homebrewery/phb_style/phb.blocks.less +++ b/shared/homebrewery/phb_style/phb.blocks.less @@ -28,6 +28,7 @@ right : 7px; bottom : 19px; left : 7px; + //TODO: Swap out to variable color background-color : #FDF1DC; border-image-slice : 8; border-image-source : @monsterBorder; @@ -155,7 +156,7 @@ .wide{ column-span : all; } -.fullPage{ +.fullPage, .full{ column-span : all; height: 100%; }