@robotical/martyblocksjr 3.0.10 → 3.1.4

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.
@@ -110,13 +110,17 @@
110
110
  cursor: grabbing;
111
111
  }
112
112
 
113
- .tutorialInstructor img {
113
+ .tutorialInstructorImage {
114
114
  height: 100%;
115
115
  width: ${css_vh(20 * .79)};
116
116
  height: ${css_vh(20)};
117
117
  transform: scaleX(-1);
118
118
  }
119
119
 
120
+ .tutorialImage {
121
+ max-width: 100%;
122
+ }
123
+
120
124
  .speechBubble {
121
125
  position: absolute;
122
126
  bottom: 90%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/martyblocksjr",
3
- "version": "3.0.10",
3
+ "version": "3.1.4",
4
4
  "description": "ScratchJr",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",