Skip to content

Commit b580d6f

Browse files
Update
1 parent 60420c0 commit b580d6f

2 files changed

Lines changed: 23 additions & 12 deletions

File tree

src/_sass/custom/custom.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ kbd {
2626
color: gray;
2727
white-space: nowrap;
2828
}
29+
30+
.feature-text {
31+
max-width: 50ch;
32+
margin: 0 auto;
33+
text-align: center !important;
34+
}

src/index.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,38 +22,43 @@ Albert is a lightning-fast, plugin-based keyboard launcher.
2222
## 🚀 Performance
2323
{: .text-center }
2424

25+
<p class="feature-text">
2526
Your muscle memory achieves 200+ KPM? Albert can keep up with that.
26-
Being one of the primary design goals, Albert is **_designed to be fast_**.
27-
{: .text-center }
27+
Being one of the primary design goals, Albert is <b><i>designed&nbsp;to&nbsp;be&nbsp;fast</i></b>.
28+
</p>
2829

2930

3031
## 🌱 Efficiency
3132
{: .text-center }
3233

33-
Technology, design, tooling, distribution, contribution standards.<br>
34-
Decisions made with **_efficiency in mind_**.
35-
{: .text-center }
34+
<p class="feature-text">
35+
Technology, design, tooling, distribution, contribution standards.
36+
Decisions made with <b><i>efficiency&nbsp;in&nbsp;mind</i></b>.
37+
</p>
3638

3739

3840
## 🧩 Flexibility
3941
{: .text-center }
4042

41-
Albert is based on a **_plugin system_** that allows you to customize its functionality.<br>
43+
<p class="feature-text">
44+
Albert is based on a <b><i>plugin&nbsp;system</i></b> that allows you to customize its functionality.
4245
It could be your go-to app launcher or a full-blown system command palette.
43-
{: .text-center }
46+
</p>
4447

4548

4649
## 🔧 Extensibility
4750
{: .text-center }
4851

49-
Albert offers APIs designed to be **_simple_** and **_easy to learn_**.<br>
50-
To accomplish common tasks with minimal code it provides a set **_powerful utilities_**.
51-
{: .text-center }
52+
<p class="feature-text">
53+
Albert offers APIs designed to be <b><i>simple</i></b> and <b><i>easy&nbsp;to&nbsp;learn</i></b>.
54+
To accomplish common tasks with minimal code it provides a set <b><i>powerful&nbsp;utilities</i></b>.
55+
</p>
5256

5357

5458
## 🔋 Batteries included
5559
{: .text-center }
5660

57-
Albert comes with a **_curated collection of peer-reviewed, actively maintained plugins_**.<br>
61+
<p class="feature-text">
62+
Albert comes with a <b><i>curated collection</i></b> of <b><i>peer-reviewed</i></b>, <b><i>actively maintained plugins</i></b>.
5863
No searching, no duplicates, no broken code, no risks. It just works out of the box.
59-
{: .text-center }
64+
</p>

0 commit comments

Comments
 (0)