Update src/index.css
Browse files- src/index.css +3 -1
src/index.css
CHANGED
|
@@ -11,11 +11,13 @@
|
|
| 11 |
.flow-container {
|
| 12 |
width: 100vw;
|
| 13 |
height: 100vh;
|
|
|
|
|
|
|
| 14 |
}
|
| 15 |
.react-flow__node-turbo {
|
| 16 |
border-radius: var(--node-border-radius);
|
| 17 |
display: flex;
|
| 18 |
-
height:
|
| 19 |
min-width: 150px;
|
| 20 |
font-family: 'Fira Mono', Monospace;
|
| 21 |
font-weight: 500;
|
|
|
|
| 11 |
.flow-container {
|
| 12 |
width: 100vw;
|
| 13 |
height: 100vh;
|
| 14 |
+
padding:0x;
|
| 15 |
+
margin:0px;
|
| 16 |
}
|
| 17 |
.react-flow__node-turbo {
|
| 18 |
border-radius: var(--node-border-radius);
|
| 19 |
display: flex;
|
| 20 |
+
height: 70px;
|
| 21 |
min-width: 150px;
|
| 22 |
font-family: 'Fira Mono', Monospace;
|
| 23 |
font-weight: 500;
|