holygrail2 1.0.19 → 1.0.20

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": "holygrail2",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -338,9 +338,11 @@ div.card9-wrap .rat-content:hover .card9-add {
338
338
  flex-wrap: wrap;
339
339
  align-items: flex-start;
340
340
 
341
- .tag-wrapper {
342
- width: 100%;
343
- }
341
+
342
+ }
343
+ .tag-wrapper {
344
+ width: 100%;
345
+ padding-top: 2px;
344
346
  }
345
347
  }
346
348