@treely/strapi-slices 4.4.2 → 4.4.3

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.
@@ -2740,11 +2740,10 @@ var ProjectsGrid = function ProjectsGrid(_ref2) {
2740
2740
  }, children);
2741
2741
  }
2742
2742
  }, React.createElement(Box, {
2743
+ width: "full",
2743
2744
  as: "a",
2744
2745
  cursor: "pointer",
2745
2746
  borderRadius: "2xl",
2746
- width: "fit-content",
2747
- height: "fit-content",
2748
2747
  transition: "box-shadow ease " + MEDIUM_TRANSITION_DURATION + "s",
2749
2748
  _hover: {
2750
2749
  boxShadow: 'lg'