@obosbbl/grunnmuren-tailwind 0.7.1 → 0.7.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": "@obosbbl/grunnmuren-tailwind",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "Grunnmuren Tailwind preset",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",
package/tailwind-base.cjs CHANGED
@@ -296,7 +296,7 @@ module.exports = (userOptions) => {
296
296
  paddingRight: '1rem',
297
297
  marginLeft: 'auto',
298
298
  marginRight: 'auto',
299
- maxWidth: '39rem',
299
+ maxWidth: '43.5rem',
300
300
  },
301
301
  // that thin blue line at the top
302
302
  '.topline::before': {