Skip to content

Commit bd3a261

Browse files
committed
chore: fix styling for testimonial section
Signed-off-by: thisisobate <[email protected]>
1 parent 15ea381 commit bd3a261

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

overrides/assets/stylesheets/home.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
margin-right: 30px;
1313
}
1414

15+
.font-bold {
16+
font-weight: bold;
17+
}
18+
1519
.md-main__inner {
1620
margin: 0;
1721
max-width: 100%;
@@ -72,7 +76,7 @@
7276
margin-top: 2rem;
7377
}
7478

75-
.why-serverless-container, .need-to-know-more-container,
79+
.need-to-know-more-container,
7680
.trying-it-all-container,
7781
.whats-next-container, .whats-next-container,
7882
.case-studies-container, .cncf-notice-container {
@@ -362,7 +366,6 @@ h2.secondary-headline {
362366
background-color: white;
363367
color: var(--md-primary-fg-color--light);
364368
padding: 8em 1em;
365-
text-align: center;
366369
}
367370

368371
.why-serverless-container h1, .trying-it-all-container h1,
@@ -671,6 +674,8 @@ position: relative;
671674
margin-top: 2rem;
672675
margin-right: 50px;
673676
margin-left: 50px;
677+
text-align: left;
678+
gap: 30px;
674679
}
675680

676681
.md-typeset>h1:first-of-type {

overrides/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ <h1>
319319
<img src="images/home-images/Kelsey.png" alt="Kelsey Hightower">
320320
<div>
321321
<p>The introduction of the ML training infrastructure using Knative Eventing has enabled us to establish a well-defined operational boundary. If Kubernetes is an electrical grid, then Knative is its light switch."</p>
322-
<p>- Kelsey Hightower</p>
322+
<p class="font-bold">- Kelsey Hightower</p>
323323
</div>
324324
</div>
325325
<div class="cases-table">

0 commit comments

Comments
 (0)