Skip to content

Commit 20da10c

Browse files
authored
style nits on homepage (#112)
* style nits on homepage * Update index.mdx
1 parent a0c6ab8 commit 20da10c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

index.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ Rebuild only what is necessary. Get fast incremental builds with Bazel's advance
3838
</Columns>
3939
</div>
4040

41+
<div className="text-2xl">
4142
Essential Bazel
42-
---------------
43+
</div>
44+
4345
Build and test software of any size, quickly and reliably. Industry leaders like Google, Stripe, and Dropbox trust Bazel to build heavy-duty, mission-critical infrastructure, services, and applications.
4446

4547
<Columns cols={3}>
@@ -60,14 +62,17 @@ Use these resources to efficiently look up the commands, queries, and terminolog
6062
</Columns>
6163

6264

63-
<div className="max-w-64">
65+
<div className="justify-items-center">
66+
<div className="max-w-96">
6467
<Card title="Release Notes" img="/images/release_notes.svg" cta="View notes" link="https://github.com/bazelbuild/bazel/releases/latest">
6568
Bazel is always evolving — check the release notes to see what's changed in the latest releases, and how that affects your builds.
6669
</Card>
6770
</div>
71+
</div>
6872

73+
<div className="text-2xl">
6974
What's New?
70-
-----------
75+
</div>
7176

7277
Catch up on the latest documentation, community events, and programs.
7378
<Columns cols={3}>

0 commit comments

Comments
 (0)