Skip to content

Commit ce03218

Browse files
fix(home): home description text adjusted
1 parent 9b83117 commit ce03218

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/components/sections/Home.astro

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<section>
22
<section class="text-center max-w-8xl mx-auto py-24 px-6">
33
<img src="/nitrovim-text.svg" alt="">
4-
<p class="text-xl text-white mt-6">
5-
NitroVim is a modern, fast, and fully customizable Neovim distribution designed to boost developer productivity out-of-the-box. It comes preconfigured with LSP, autocompletion, snippets, file explorer, fuzzy finder, Git integration, themes, transparency, and more.
6-
</p>
4+
<div class="flex justify-center">
5+
<p class="text-xl text-white mt-6 max-w-5xl">
6+
NitroVim is a modern, fast, and fully customizable Neovim distribution designed to boost developer productivity out-of-the-box. It comes preconfigured with LSP, autocompletion, snippets, file explorer, fuzzy finder, Git integration, themes, transparency, and more.
7+
</p>
8+
</div>
79

810
<div class="mt-8 flex justify-center gap-4">
911
<a href="https://github.com/NitroVim/NitroVim"

0 commit comments

Comments
 (0)