We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2debe92 commit ad70de0Copy full SHA for ad70de0
package.json
@@ -1,7 +1,7 @@
1
{
2
"private": true,
3
"name": "cadet-frontend",
4
- "version": "0.1.5",
+ "version": "0.1.6",
5
"scripts-info": {
6
"format": "Format source code",
7
"start": "Start the Webpack development server",
src/styles/_workspace.scss
@@ -240,6 +240,18 @@ $code-color-error: #ff4444;
240
241
.resultOutput {
242
color: $code-color-result;
243
+
244
+ .canvas-container {
245
+ display: flex;
246
+ padding: 0.5rem 0 0.5rem 0;
247
+ align-items: center;
248
+ justify-content: center;
249
+ }
250
251
+ canvas {
252
+ height: 20rem;
253
+ width: 20rem;
254
255
}
256
257
.errorOutput {
0 commit comments