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 +1 -1
- package/scss/base/_helpers.scss +6 -6
package/package.json
CHANGED
package/scss/base/_helpers.scss
CHANGED
|
@@ -767,16 +767,16 @@ strong {
|
|
|
767
767
|
}
|
|
768
768
|
}
|
|
769
769
|
|
|
770
|
-
.
|
|
770
|
+
.mdmax\:reset-body {
|
|
771
771
|
@media (max-width: #{$break-md - 1}) {
|
|
772
|
-
margin-left: -
|
|
773
|
-
margin-right: -
|
|
772
|
+
margin-left: -20px;
|
|
773
|
+
margin-right: -20px;
|
|
774
774
|
}
|
|
775
775
|
}
|
|
776
|
-
.
|
|
776
|
+
.smmax\:reset-body {
|
|
777
777
|
@media (max-width: #{$break-sm - 1}) {
|
|
778
|
-
margin-left: -
|
|
779
|
-
margin-right: -
|
|
778
|
+
margin-left: -20px;
|
|
779
|
+
margin-right: -20px;
|
|
780
780
|
}
|
|
781
781
|
}
|
|
782
782
|
.sm\:grid-4 {
|