Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -12,7 +12,6 @@
|
|
| 12 |
display: flex;
|
| 13 |
flex-direction: row;
|
| 14 |
height: 100vh;
|
| 15 |
-
font-size: 10px;
|
| 16 |
}
|
| 17 |
|
| 18 |
.console {
|
|
@@ -27,6 +26,7 @@
|
|
| 27 |
width: 80%;
|
| 28 |
padding: 20px;
|
| 29 |
overflow-y: auto;
|
|
|
|
| 30 |
}
|
| 31 |
|
| 32 |
table {
|
|
|
|
| 12 |
display: flex;
|
| 13 |
flex-direction: row;
|
| 14 |
height: 100vh;
|
|
|
|
| 15 |
}
|
| 16 |
|
| 17 |
.console {
|
|
|
|
| 26 |
width: 80%;
|
| 27 |
padding: 20px;
|
| 28 |
overflow-y: auto;
|
| 29 |
+
font-size : 14px;
|
| 30 |
}
|
| 31 |
|
| 32 |
table {
|