@healthcatalyst/catalyst-docfx-template 1.0.110 → 1.0.112

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@healthcatalyst/catalyst-docfx-template",
3
- "version": "1.0.110",
3
+ "version": "1.0.112",
4
4
  "license": "MIT",
5
5
  "description": "A DocFX Template patching the Default template.",
6
6
  "publishConfig": {
package/styles/main.css CHANGED
@@ -1059,9 +1059,11 @@ output {
1059
1059
  border-radius: 5px;
1060
1060
  }
1061
1061
 
1062
- .home-box h5,
1062
+ div.home-box > h5,
1063
+
1063
1064
  {
1064
1065
  font-size: 18px;
1066
+ line-height: 1;
1065
1067
  text-transform: none;
1066
1068
  margin-top:0px;
1067
1069
  margin-bottom:0px;