diff --git a/feature-flow.css b/feature-flow.css index 7ee2403..85cf2b3 100644 --- a/feature-flow.css +++ b/feature-flow.css @@ -22,6 +22,8 @@ li { height: 100%; margin: 0; color: var(--background-color); + display: flex; + flex-direction: column; } main > ul > li:first-child { @@ -46,6 +48,7 @@ header { section { margin: 1rem 0; + flex: 1; } section ul { @@ -55,8 +58,8 @@ section ul { h5 { margin-bottom: 0; background-color: var(--background-color); - color: var(--color); padding: 0.35rem; + text-align: center; } .blue-bin { diff --git a/feature-flow.html b/feature-flow.html index 4495e54..618812c 100644 --- a/feature-flow.html +++ b/feature-flow.html @@ -19,49 +19,49 @@