diff --git a/less/plugins/adapt-contrib-hotgraphic/hotgraphic.less b/less/plugins/adapt-contrib-hotgraphic/hotgraphic.less index ff2ee1b3..25472822 100644 --- a/less/plugins/adapt-contrib-hotgraphic/hotgraphic.less +++ b/less/plugins/adapt-contrib-hotgraphic/hotgraphic.less @@ -27,9 +27,10 @@ // Numbered pins // -------------------------------------------------- &__pin-number { - height: @body-size; - width: @body-size; - line-height: @body-size; + height: @icon-size; + width: @icon-size; + font-size: @icon-size; + line-height: 1; text-align: center; }