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 @@
  • Pitch
    -
    doing
    - -
    -
    -
    done
    +
    📝
    +
    +
    + +
  • Design
    -
    doing
    +
    📝
    -
    done
    +
  • Investigation
    -
    doing
    +
    📝
    -
    done
    +
  • Product design
    -
    doing
    +
    📝
    -
    done
    +
    Blue bucket
    Blue bucket
    @@ -69,28 +69,28 @@
  • Development
    -
    doing
    +
    📝
    -
    done
    +
  • UAT
    -
    doing
    +
    📝
    -
    done
    +
  • Release
    -
    doing
    +
    📝
    -
    done
    +
  • diff --git a/index.css b/index.css index bbca8aa..2e98ecf 100644 --- a/index.css +++ b/index.css @@ -100,6 +100,7 @@ li { .pilars li { flex: 0; + width: 100%; } .ground {