diff --git a/composer.json b/composer.json index d27ac4c..598c459 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "magento/theme-frontend-blank": "*" }, "type": "magento2-theme", - "version": "1.0.5", + "version": "1.0.6", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/web/css/source/_warthog.less b/web/css/source/_warthog.less index c825ebf..d05d9c8 100644 --- a/web/css/source/_warthog.less +++ b/web/css/source/_warthog.less @@ -164,7 +164,18 @@ img.product-gotomydevices-screenshot { } img.product-sensorprobe2-diagram { - /* Center the immage */ + /* Center the image */ + display: block; + margin-left: auto; + margin-right: auto; + margin-top: 5px; + margin-bottom: 5px; +} + +/* Knowledge base diagrams */ + +img.kb-diagram { + /* Center the image */ display: block; margin-left: auto; margin-right: auto; @@ -190,3 +201,4 @@ img.product-sensorprobe2-diagram { display: none; } } +B \ No newline at end of file