Skip to content

Commit e665964

Browse files
authored
feat: change wording and center title (#310)
1 parent 850b66e commit e665964

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Build on the Internet Computer
33
description: "Build tamperproof fullstack applications on the Internet Computer: no cloud vendor, no server patching, no security team required"
44
template: splash
55
hero:
6-
title: "The Network is The Cloud.<br/>Agents Build."
6+
title: "Create AIware software<br/>on network cloud"
77
---
88

99
import { CardGrid, LinkCard } from '@astrojs/starlight/components';

src/components/Hero.astro

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ const { title = data.title, tagline } = data.hero || {};
6262
padding-block: clamp(2.5rem, calc(1rem + 10vmin), 10rem);
6363
}
6464

65-
.stack {
66-
text-align: start;
67-
}
68-
69-
.copy {
70-
align-items: flex-start;
71-
}
7265
}
7366
}
7467
</style>

0 commit comments

Comments
 (0)