holygrail2 1.4.6 → 1.4.7

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.4.6",
3
+ "version": "1.4.7",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "style": "dist/style.css",
@@ -637,7 +637,7 @@ button {
637
637
  border: 0 solid transparent;
638
638
  height: auto;
639
639
  min-width: 24px;
640
- padding: 0;
640
+ padding: 10px 0;
641
641
  min-height: auto;
642
642
 
643
643
  svg {