@moreonion/foundist 3.2.0 → 3.2.2

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": "@moreonion/foundist",
3
- "version": "3.2.0",
3
+ "version": "3.2.2",
4
4
  "description": "Foundation based default theme for Impact Stack landing pages.",
5
5
  "author": "More Onion <kontakt@more-onion.at>",
6
6
  "license": "MIT",
@@ -26,7 +26,7 @@
26
26
  "prepare": "husky install"
27
27
  },
28
28
  "dependencies": {
29
- "@moreonion/foundation-base": "^3.2.0",
29
+ "@moreonion/foundation-base": "^3.2.1",
30
30
  "vite-plugin-nunjucks": "^0.1.10"
31
31
  },
32
32
  "lint-staged": {
@@ -66,7 +66,7 @@ $donation-amount-button-padding: (
66
66
  ) !default;
67
67
 
68
68
  // Layout
69
- $donation-amount-button-max-width: auto !default;
69
+ $donation-amount-button-max-width: 1fr !default;
70
70
  $donation-amount-max-buttons-per-row: 3 !default;
71
71
 
72
72
  .donation-amount {
@@ -114,7 +114,7 @@ $donation-amount-max-buttons-per-row: 3 !default;
114
114
  display: grid;
115
115
  grid-template-columns: repeat(
116
116
  $donation-amount-max-buttons-per-row,
117
- minmax(auto, $donation-amount-button-max-width)
117
+ minmax(0, $donation-amount-button-max-width)
118
118
  );
119
119
  gap: 2 * $form-spacing;
120
120
  margin: $form-spacing 0;