holygrail2 1.0.7 → 1.0.8

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.7",
3
+ "version": "1.0.8",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -247,6 +247,7 @@ button {
247
247
  padding-bottom:12px;
248
248
  justify-content: center;
249
249
  align-items: flex-start;
250
+ border-bottom: 1px solid $c-primary;
250
251
 
251
252
 
252
253
  }