cortex-react-ui 0.2.6 → 0.2.7

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,6 +110,10 @@
110
110
  width: 100%;
111
111
  height: 90%;
112
112
  overflow: hidden;
113
+ > img {
114
+ margin: 0 auto;
115
+ }
116
+
113
117
  }
114
118
 
115
119
  .camera-controls {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cortex-react-ui",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "React UI",
5
5
  "author": "Anthony",
6
6
  "license": "MIT",