@rpg-engine/long-bow 0.6.15 → 0.6.16
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/dist/long-bow.cjs.development.js +1 -1
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +1 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Tutorial/TutorialStepper.tsx +2 -4
|
@@ -20067,7 +20067,7 @@ var LessonBody = /*#__PURE__*/styled__default.div.withConfig({
|
|
|
20067
20067
|
var Container$y = /*#__PURE__*/styled__default.div.withConfig({
|
|
20068
20068
|
displayName: "TutorialStepper__Container",
|
|
20069
20069
|
componentId: "sc-7tgzv2-1"
|
|
20070
|
-
})(["margin:2rem;"]);
|
|
20070
|
+
})(["margin:2rem;width:80%;margin:0 auto;"]);
|
|
20071
20071
|
var LessonImage = /*#__PURE__*/styled__default.div.withConfig({
|
|
20072
20072
|
displayName: "TutorialStepper__LessonImage",
|
|
20073
20073
|
componentId: "sc-7tgzv2-2"
|