diff --git a/index.html b/index.html
index 333fce8..fc8c5d1 100644
--- a/index.html
+++ b/index.html
@@ -22,6 +22,16 @@
Customer Satisfaction
Value analysis / Value engineering
+
+
+ - Security
+ - Quality
+ - Lead time
+ - Cost
+ - Morale
+ - Environment
+
+
Just-in-time
diff --git a/style.css b/style.css
index 2b4e1c1..67db3b5 100644
--- a/style.css
+++ b/style.css
@@ -5,7 +5,7 @@
}
* {
- border-radius: 1rem;
+ border-radius: 0.5rem;
}
body {
@@ -32,17 +32,31 @@ main {
justify-content: flex-end;
align-items: center;
text-align: center;
- border-radius: 6rem 6rem 0.5rem 0.5rem;
+ border-radius: 5rem 5rem 0.5rem 0.5rem;
background-color: var(--background-color);
}
.customer-satisfaction h2,
.customer-satisfaction p {
margin: 0;
- padding: 0 0.5rem;
+ padding: 0 0.5rem 0.5rem;
border-radius: 0;
}
+.levers {
+ background-color: var(--background-color);
+ margin: 0.5rem 0;
+}
+
+.levers ul {
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ justify-content: space-between;
+ padding-left: 0;
+ margin: 0;
+}
+
.pilars {
display: flex;
justify-content: space-around;
@@ -51,6 +65,7 @@ main {
.pilars h3 {
background-color: var(--background-color);
+ margin-top: 0;
margin-bottom: 0;
padding: 1rem 2rem;
width: calc(100% - (2rem * 2));