jspsych-tangram 0.0.10 → 0.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jspsych-tangram",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Tangram tasks for jsPsych: prep and construct.",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -254,9 +254,8 @@ function NBackView({ params }: NBackViewProps) {
254
254
  display: "flex",
255
255
  flexDirection: "column",
256
256
  alignItems: "center",
257
- justifyContent: "flex-start",
258
- minHeight: "100vh",
259
- padding: "40px 20px",
257
+ justifyContent: "center",
258
+ padding: "20px",
260
259
  background: "#f5f5f5"
261
260
  }}>
262
261
  {/* Instructions */}