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