diff --git a/feature-flow.css b/feature-flow.css
index c81d72c..4bff62e 100644
--- a/feature-flow.css
+++ b/feature-flow.css
@@ -93,3 +93,34 @@ input[type='submit'].button-clear {
border-color: transparent;
color: var(--primary-color);
}
+
+table {
+ border-spacing: 0;
+ display: block;
+ overflow-x: auto;
+ text-align: left;
+ width: 100%;
+}
+
+td,
+th {
+ border-bottom: 0.1rem solid #e1e1e1;
+ padding: 1.2rem 1.5rem;
+}
+
+td:first-child,
+th:first-child {
+ padding-left: 0;
+}
+
+td:last-child,
+th:last-child {
+ padding-right: 0;
+}
+
+@media (min-width: 40rem) {
+ table {
+ display: table;
+ overflow-x: initial;
+ }
+}
diff --git a/feature-flow.html b/feature-flow.html
index 41d272f..ef9bee1 100644
--- a/feature-flow.html
+++ b/feature-flow.html
@@ -15,13 +15,6 @@
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css"
/>
-
-
-
-
diff --git a/package.json b/package.json
index a303d0f..0dd9dbe 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,6 @@
"dependencies": {
"chart.xkcd": "^1.1.13",
"comlink": "^4.4.1",
- "milligram": "^1.4.1",
"pinia": "^2.1.4",
"vue": "^3.3.4",
"vue-starport": "^0.3.0"
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 895b957..26c48ce 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -11,9 +11,6 @@ dependencies:
comlink:
specifier: ^4.4.1
version: 4.4.1
- milligram:
- specifier: ^1.4.1
- version: 1.4.1
pinia:
specifier: ^2.1.4
version: 2.1.4(typescript@5.1.6)(vue@3.3.4)
@@ -779,12 +776,6 @@ packages:
dependencies:
'@jridgewell/sourcemap-codec': 1.4.15
- /milligram@1.4.1:
- resolution: {integrity: sha512-RCgh/boHhcXWOUfKJWm3RJRoUeaEguoipDg0mJ31G0tFfvcpWMUlO1Zlqqr12K4kAXfDlllaidu0x7PaL2PTFg==}
- dependencies:
- normalize.css: 8.0.1
- dev: false
-
/mlly@1.4.0:
resolution: {integrity: sha512-ua8PAThnTwpprIaU47EPeZ/bPUVp2QYBbWMphUQpVdBI3Lgqzm5KZQ45Agm3YJedHXaIHl6pBGabaLSUPPSptg==}
dependencies:
@@ -808,10 +799,6 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
- /normalize.css@8.0.1:
- resolution: {integrity: sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==}
- dev: false
-
/p-limit@4.0.0:
resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}