fix: roof, really?

This commit is contained in:
Julien Calixte
2025-05-24 09:53:15 +02:00
parent e9b183f1dd
commit 46445385b7
3 changed files with 8 additions and 8 deletions

View File

@@ -46,13 +46,13 @@ li {
color: var(--color); color: var(--color);
} }
.customer-satisfaction-roof-parent { .customer-satisfaction-parent {
filter: url(#round); filter: url(#round);
/* Making the triangle fit the rest of the house */ /* Making the triangle fit the rest of the house */
margin: 0 -1rem; margin: 0 -1rem;
} }
.customer-satisfaction-roof { .customer-satisfaction {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: flex-end; justify-content: flex-end;
@@ -63,8 +63,8 @@ li {
font-size: clamp(15px, 2.1vw, 28px); font-size: clamp(15px, 2.1vw, 28px);
} }
.customer-satisfaction-roof h2, .customer-satisfaction h2,
.customer-satisfaction-roof p { .customer-satisfaction p {
margin: 0; margin: 0;
padding: 0 0.5rem 0.5rem; padding: 0 0.5rem 0.5rem;
border-radius: 0; border-radius: 0;

View File

@@ -20,8 +20,8 @@
<h1 class="thinking-people-system">Thinking People System</h1> <h1 class="thinking-people-system">Thinking People System</h1>
</header> </header>
<main id="thinking-people-system"> <main id="thinking-people-system">
<div class="customer-satisfaction-roof-parent"> <div class="customer-satisfaction-parent">
<section class="customer-satisfaction-roof focusable"> <section class="customer-satisfaction focusable">
<h2 class="customer-satisfaction">Customer Satisfaction</h2> <h2 class="customer-satisfaction">Customer Satisfaction</h2>
<p class="value-analysis-value-engineering"> <p class="value-analysis-value-engineering">
<span class="use-value">Use</span> Value analysis / <span class="use-value">Use</span> Value analysis /

View File

@@ -20,8 +20,8 @@
<h1 class="thinking-people-system">Thinking People System</h1> <h1 class="thinking-people-system">Thinking People System</h1>
</header> </header>
<main id="thinking-people-system"> <main id="thinking-people-system">
<div class="customer-satisfaction-roof-parent"> <div class="customer-satisfaction-parent">
<section class="customer-satisfaction-roof focusable"> <section class="customer-satisfaction focusable">
<h2 class="customer-satisfaction">Is the customer satisfied?</h2> <h2 class="customer-satisfaction">Is the customer satisfied?</h2>
</section> </section>
</div> </div>