diff --git a/website/_includes/lunar/governance-as-code.html b/website/_includes/lunar/governance-as-code.html index 3622d9954..a0ad0f5e1 100644 --- a/website/_includes/lunar/governance-as-code.html +++ b/website/_includes/lunar/governance-as-code.html @@ -1,6 +1,6 @@
-

Governance-as-Code

+

Governance-As-Code

Highly customizable with policies you define in just a few lines of Python.

diff --git a/website/_includes/lunar/problem-statement.html b/website/_includes/lunar/problem-statement.html index 32239fb1f..4814b5a8c 100644 --- a/website/_includes/lunar/problem-statement.html +++ b/website/_includes/lunar/problem-statement.html @@ -1,6 +1,6 @@
-

Every service is a unique snowflake

+

Every Service Is A Unique Snowflake

Supporting infinitely diverse CI/CD setups is overwhelming.

diff --git a/website/_includes/lunar/take-control.html b/website/_includes/lunar/take-control.html index 0bff49e5f..bcddcfe76 100644 --- a/website/_includes/lunar/take-control.html +++ b/website/_includes/lunar/take-control.html @@ -1,5 +1,5 @@
-

Take control of the development lifecycle

+

Take Control Of The Development Lifecycle

Take control of the development lifecycle @@ -7,8 +7,8 @@

Take control of the development lifecycle

{% for item in site.data.lunar-features %}
{{ item.title }} -

{{ item.title }}

-

{{ item.description }}

+

{{ item.title }}

+

{{ item.description }}

{% endfor %}
diff --git a/website/assets/css/lunar.css b/website/assets/css/lunar.css index 1807e33a2..5de7db349 100644 --- a/website/assets/css/lunar.css +++ b/website/assets/css/lunar.css @@ -33,9 +33,14 @@ h2 { .feature h3 { font-size: 24px; + letter-spacing: -0.045em; line-height: 34px; } +.feature p { + letter-spacing: -0.045em; +} + @keyframes customers-animation { 0% { transform: translateX(0);