@leafpad/blogs 0.2.2 → 0.2.3

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": "@leafpad/blogs",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Package to manage blogs generated by leafpad",
5
5
  "keywords": [
6
6
  "leafpad",
@@ -356,5 +356,6 @@ h4.post-title {
356
356
  overflow: hidden;
357
357
  display: block;
358
358
  white-space: nowrap;
359
- line-height: 2;
359
+ line-height: 1.6;
360
+ font-size: 0.8rem;
360
361
  }