Skip to content

Commit 9a1d489

Browse files
committed
Updates to function formatting and responsive view
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent dcba764 commit 9a1d489

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

_includes/landing-page/landing-customers.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
<style>
1818
.customer-logo{
19-
filter: grayscale(1) brightness(1.5);
20-
opacity: 0.85;
19+
filter: grayscale(1);
2120
}
2221
</style>
2322

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{% include landing-page/landing-demo.html %}
3434
</div>
3535

36-
<div class="hero-body customers" style="background-color: #3A4E55;">
36+
<div class="hero-body customers" style="background-color: dodgerblue;">
3737
{% include landing-page/landing-customers.html %}
3838
</div>
3939

0 commit comments

Comments
 (0)