diff --git a/feature-flow.css b/feature-flow.css
index 4bff62e..548a580 100644
--- a/feature-flow.css
+++ b/feature-flow.css
@@ -30,7 +30,6 @@ ul {
}
.bin {
- margin-top: 1rem;
border: 3px solid var(--primary-color);
color: var(--primary-color);
background-color: var(--color);
@@ -73,6 +72,13 @@ input[type='reset'],
input[type='submit'] {
background-color: var(--primary-color);
border: 0.1rem solid var(--primary-color);
+ cursor: pointer;
+ display: inline-block;
+ padding: 0.5rem 1rem;
+ text-align: center;
+ text-decoration: none;
+ text-transform: uppercase;
+ margin: 1rem 0;
}
.button.button-outline,
@@ -124,3 +130,7 @@ th:last-child {
overflow-x: initial;
}
}
+
+.sub {
+ font-size: 12pt;
+}
diff --git a/feature-flow.html b/feature-flow.html
index ef9bee1..6bb6e91 100644
--- a/feature-flow.html
+++ b/feature-flow.html
@@ -10,11 +10,6 @@
My understanding of how a feature flow
can help team prioritize."
/>
-
-