@healthcatalyst/catalyst-docfx-template 1.0.114 → 1.0.116

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.114",
3
+ "version": "1.0.116",
4
4
  "license": "MIT",
5
5
  "description": "A DocFX Template patching the Default template.",
6
6
  "publishConfig": {
package/styles/main.css CHANGED
@@ -1059,15 +1059,15 @@ output {
1059
1059
  border-radius: 5px;
1060
1060
  }
1061
1061
 
1062
- h5.home-subhead,
1062
+ .home-box h5
1063
1063
 
1064
1064
  {
1065
1065
  font-size: 18px;
1066
- line-height: 1;
1066
+ line-height: 1.25;
1067
1067
  text-transform: none;
1068
1068
  margin-top:0px;
1069
1069
  margin-bottom:0px;
1070
- padding-bottom: 10px;
1070
+ padding-bottom: 15px;
1071
1071
  }
1072
1072
 
1073
1073
  .home-box p:last-of-type {