Skip to content

Commit f6f1b94

Browse files
docs: fix horizontal scroll
Signed-off-by: Arthur Fiorette <47537704+arthurfiorette@users.noreply.github.com>
1 parent a97b6e8 commit f6f1b94

1 file changed

Lines changed: 18 additions & 20 deletions

File tree

index.md

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -139,27 +139,25 @@ const doug = [
139139
];
140140
</script>
141141

142-
<VPTeamPage>
143-
<VPTeamPageTitle>
144-
<template #title>Trusted by companies</template>
145-
<template #lead>Kita is proudly powering a large ecosystem of organizations and products worldwide.</template>
146-
</VPTeamPageTitle>
147-
148-
<div id="trusted-by-wrapper">
149-
<div id="trusted-by">
150-
<template v-for="company in companies">
151-
<a :href="company.link" :alt="company.name" target="_blank" :title="company.name">
152-
<img :src="company.logo" :alt="`${company.name} logo`" />
153-
</a>
154-
</template>
155-
</div>
156-
<small id="small-text">
157-
The logos displayed in this page are property of the respective organizations and they are not distributed under the same license as Kita (MIT).
158-
<br />
159-
<a href="other/feature-your-company">Learn how to be featured here.</a>
160-
</small>
142+
<VPTeamPageTitle>
143+
<template #title>Trusted by companies</template>
144+
<template #lead>Kita is proudly powering a large ecosystem of organizations and products worldwide.</template>
145+
</VPTeamPageTitle>
146+
147+
<div id="trusted-by-wrapper">
148+
<div id="trusted-by">
149+
<template v-for="company in companies">
150+
<a :href="company.link" :alt="company.name" target="_blank" :title="company.name">
151+
<img :src="company.logo" :alt="`${company.name} logo`" />
152+
</a>
153+
</template>
161154
</div>
162-
</VPTeamPage>
155+
<small id="small-text">
156+
The logos displayed in this page are property of the respective organizations and they are not distributed under the same license as Kita (MIT).
157+
<br />
158+
<a href="other/feature-your-company">Learn how to be featured here.</a>
159+
</small>
160+
</div>
163161

164162
<VPTeamPage>
165163
<VPTeamPageTitle>

0 commit comments

Comments
 (0)