💄 (ground) fix ground spaces

This commit is contained in:
Julien Calixte
2023-07-08 17:33:45 +02:00
parent 95fd3d21f5
commit 9cfc58f4ac
2 changed files with 33 additions and 22 deletions

View File

@@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="preload" href="style.css" as="style" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Interactive Thinking People System</title>
<meta
@@ -96,7 +95,7 @@
</ul>
</section>
</section>
<section>
<section class="ground">
<section class="improvement">
<ul>
<li>Heijunka</li>

View File

@@ -26,6 +26,18 @@ main {
margin: 0 1rem;
}
ul {
padding-left: 0;
margin: 0;
}
li {
list-style: none;
background-color: var(--background-color);
text-align: center;
padding: 0.5rem 1rem;
}
.customer-satisfaction {
display: flex;
flex-direction: column;
@@ -54,7 +66,19 @@ main {
flex-wrap: wrap;
justify-content: space-between;
padding-left: 0;
margin: 0;
}
.people-improvement {
display: flex;
align-items: center;
justify-content: center;
flex: 1;
}
.people-improvement svg {
min-width: 20vw;
max-width: 50vw;
width: 100%;
}
.pilars {
@@ -72,39 +96,27 @@ main {
text-align: center;
}
.people-improvement {
display: flex;
align-items: center;
justify-content: center;
flex: 1;
}
.people-improvement svg {
min-width: 20vw;
max-width: 50vw;
width: 100%;
}
.just-in-time,
.jidoka {
display: flex;
flex: 2;
flex-direction: column;
align-items: center;
margin: 0.5rem 0;
gap: 1rem;
}
.pilars ul {
padding-left: 0;
display: flex;
flex-direction: column;
gap: 0.5rem;
}
li {
list-style: none;
background-color: var(--background-color);
text-align: center;
padding: 0.5rem 1rem;
.ground {
display: flex;
flex-direction: column;
margin: 0.5rem 0;
gap: 1rem;
}
.improvement ul,