💄 (ground) fix ground spaces
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
52
style.css
52
style.css
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user