Skip to content

Commit 87c229f

Browse files
authored
Merge pull request #604 from HIMU-2001/kanvas-logo-bg-color
Fix Kanvas Logo Background Color #588
2 parents 4c43b9e + 073e42c commit 87c229f

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

content/en/cloud/_index.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,16 @@ cascade:
5959
</div>
6060

6161
<a href="/kanvas">
62-
<div class="hidden-highlight-box" style="display: flex; align-self:center; margin-top:15px;"><div class="logo-container" style="height:65px;width:65px;margin-left:-.45rem;"><img src="/images/logos/kanvas-icon-color.svg" style="border:0px;" alt="kanvas logo"/></div>
63-
<div style="flex: 1;color:#ccc;">
64-
<strong>Kanvas</strong> delivers a collaborative experience similar to how Google Workplace transforms the digital work environment and how Figma democratizes UX design tooling. Kanvas simplifies the complexity of Kubernetes and multi-cloud infrastructure management accessible to all. Kanvas provides a visual, multi-player experience that allows you to create, configure, deploy, and manage modern infrastructure with confidence.</div></div>
62+
<div class="hidden-highlight-box">
63+
<div style="min-width:50px; align-self:center;">
64+
<img src="/images/logos/kanvas-icon-color.svg" alt="kanvas logo" style="height:65px;width:65px;margin-left:-.45rem; border:0 ; background-color: transparent;" />
65+
</div>
66+
<div style="margin:auto; color:#ccc;">
67+
<strong>Kanvas</strong> delivers a collaborative experience similar to how Google Workplace transforms the digital work environment and how Figma democratizes UX design tooling. Kanvas simplifies the complexity of Kubernetes and multi-cloud infrastructure management accessible to all. Kanvas provides a visual, multi-player experience that allows you to create, configure, deploy, and manage modern infrastructure with confidence.
68+
</div>
69+
</div>
6570
</a>
71+
6672
</div>
6773
{{% /pageinfo %}}
6874

content/en/kanvas/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,10 @@ aliases:
6767

6868

6969
<a href="/kanvas">
70-
<div class="highlight-box"><div class="logo-container" style="height:65px;width:65px;margin-left:-.45rem;"><img src="/images/logos/kanvas-icon-color.svg" style="border:0px;" alt="kanvas logo"/></div>
71-
<div style="flex: 1;color:#ccc;">
70+
<div class="highlight-box" style="display:flex; gap: .5rem;">
71+
<div style="min-width:50px;align-self:center;">
72+
<img src="/images/logos/kanvas-icon-color.svg" style="height:65px;width:65px;margin-left:-.45rem; border:0px; background-color: transparent;" alt="kanvas logo"/></div>
73+
<div style="margin:auto; color:#ccc">
7274
<strong>Kanvas</strong> delivers a collaborative experience similar to how Google Workplace transforms the digital work environment and how Figma democratizes UX design tooling. Kanvas simplifies the complexity of Kubernetes and multi-cloud infrastructure management accessible to all. Kanvas provides a visual, multi-player experience that allows you to create, configure, deploy, and manage modern infrastructure with confidence.</div></div>
7375
</a>
7476
</div>

0 commit comments

Comments
 (0)