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

View File

@@ -26,6 +26,18 @@ main {
margin: 0 1rem; 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 { .customer-satisfaction {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -54,7 +66,19 @@ main {
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
padding-left: 0; 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 { .pilars {
@@ -72,39 +96,27 @@ main {
text-align: center; 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, .just-in-time,
.jidoka { .jidoka {
display: flex; display: flex;
flex: 2; flex: 2;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
margin: 0.5rem 0;
gap: 1rem;
} }
.pilars ul { .pilars ul {
padding-left: 0;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 0.5rem; gap: 0.5rem;
} }
li { .ground {
list-style: none; display: flex;
background-color: var(--background-color); flex-direction: column;
text-align: center; margin: 0.5rem 0;
padding: 0.5rem 1rem; gap: 1rem;
} }
.improvement ul, .improvement ul,