💄 (tps) better pilars design flex
This commit is contained in:
18
style.css
18
style.css
@@ -23,6 +23,7 @@ main {
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
gap: 0;
|
||||
margin: 0 1rem;
|
||||
}
|
||||
|
||||
.customer-satisfaction {
|
||||
@@ -58,31 +59,31 @@ main {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.pilars section {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.pilars h3 {
|
||||
background-color: var(--background-color);
|
||||
padding: 1rem 4rem;
|
||||
margin-bottom: 0;
|
||||
padding: 1rem 2rem;
|
||||
width: calc(100% - (2rem * 2));
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.people-improvement {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.people-improvement svg {
|
||||
max-width: 40vh;
|
||||
min-width: 30vh;
|
||||
max-width: 50vh;
|
||||
width: 100%;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.just-in-time,
|
||||
.jidoka {
|
||||
display: flex;
|
||||
flex: 2;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
@@ -135,8 +136,7 @@ li {
|
||||
}
|
||||
}
|
||||
|
||||
// SVG
|
||||
|
||||
/* SVG */
|
||||
.person,
|
||||
.arrow {
|
||||
fill: var(--background-color);
|
||||
|
||||
Reference in New Issue
Block a user