@rpg-engine/long-bow 0.6.9 → 0.6.11

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.
@@ -20060,7 +20060,7 @@ var Container$y = /*#__PURE__*/styled__default.div.withConfig({
20060
20060
  var LessonImage = /*#__PURE__*/styled__default.div.withConfig({
20061
20061
  displayName: "TutorialStepper__LessonImage",
20062
20062
  componentId: "sc-7tgzv2-2"
20063
- })(["display:flex;justify-content:center;align-items:center;img{width:600px;height:400px;border-radius:10px;}"]);
20063
+ })(["display:flex;justify-content:center;align-items:center;width:100%;height:auto;max-width:600px;margin:auto;img{max-width:100%;max-height:100%;object-fit:contain;border-radius:10px;}"]);
20064
20064
 
20065
20065
  exports.AsyncDropdown = AsyncDropdown;
20066
20066
  exports.Button = Button;