From 629a599c3092dbc3bfaa8f63cc0ef33e127e44a4 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Thu, 13 Jul 2023 00:47:34 +0200 Subject: [PATCH] align everything and add emoji --- feature-flow.css | 5 ++++- feature-flow.html | 40 ++++++++++++++++++++-------------------- index.css | 1 + 3 files changed, 25 insertions(+), 21 deletions(-) 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
    -
      -
    • Feature 1
    • -
    • Feature 2
    • -
    -
    -
    -
    done
    +
    📝
    • Feature 3
    • Feature 4
    +
    +
    +
      +
    • feature 1
    • +
    • feature 2
    • +
    +
  • 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 {