diff --git a/_doc/documentation.md b/_doc/documentation.md index 863882c..e99c047 100644 --- a/_doc/documentation.md +++ b/_doc/documentation.md @@ -1,5 +1,5 @@ --- -title: Dcoumentation +title: Documentation date: 2021-10-07 color: primary layout: documentation diff --git a/_layouts/home.html b/_layouts/home.html index d3ad557..a89c5a4 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -51,7 +51,7 @@

{{ post.title }}

Why Wurst?

-

WurstScript is a programming language and modding toolkit used to create Warcraft III maps wit ease. +

WurstScript is a programming language and modding toolkit used to create Warcraft III maps with ease. It supports Warcraft III reforged and older versions by producing either Jass or Lua code.

diff --git a/_sass/landing.scss b/_sass/landing.scss index 9b2a798..f6cf58b 100644 --- a/_sass/landing.scss +++ b/_sass/landing.scss @@ -473,6 +473,16 @@ .greeting { flex-direction: column; + + + .name { + font-size: 42px; + } + } + + .doc-header-container { + flex-direction: column; + gap: 14px; } }