holygrail2 1.1.88 → 1.1.89

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.1.88",
3
+ "version": "1.1.89",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -767,16 +767,16 @@ strong {
767
767
  }
768
768
  }
769
769
 
770
- .md\:reset-body {
770
+ .mdmax\:reset-body {
771
771
  @media (max-width: #{$break-md - 1}) {
772
- margin-left: -16px;
773
- margin-right: -16px;
772
+ margin-left: -20px;
773
+ margin-right: -20px;
774
774
  }
775
775
  }
776
- .sm\:reset-body {
776
+ .smmax\:reset-body {
777
777
  @media (max-width: #{$break-sm - 1}) {
778
- margin-left: -16px;
779
- margin-right: -16px;
778
+ margin-left: -20px;
779
+ margin-right: -20px;
780
780
  }
781
781
  }
782
782
  .sm\:grid-4 {