diff --git a/css/main.css b/css/main.css index 73aba03..04022e0 100644 --- a/css/main.css +++ b/css/main.css @@ -4,7 +4,7 @@ /* - https://github.com/appernetic/hugo-nederburg-theme/blob/master/LICENSE */ html { - background-color: #2f3360; + background-color: #2e2459; text-align: center; } @@ -22,8 +22,8 @@ main a:hover { } body > header { - padding-top: 1.5em; - padding-bottom: 1.5em; + padding-top: 2em; + padding-bottom: 2em; color: #fff; color: rgba(255, 255, 255, 0.75); @@ -73,7 +73,7 @@ li a { text-align: right; position: absolute; - top: 1.5em; + top: 2em; right: 0; } @@ -112,6 +112,10 @@ li a { line-height: 1.5; } +.title > a + p { + margin-top: 2em; +} + body { font-family: 'Fira Sans', sans-serif; font-size: 16px; diff --git a/templates/index.html b/templates/index.html index 58f3ac9..e62f4c7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,7 +6,7 @@ - +
- Awesome embedded projects by the Rust community! + We are an official working group of the Rust language + focusing on improving the end-to-end experience of using Rust in resource-constrained + environments and non-traditional platforms. +
++ Here is a list of awesome embedded projects by the Rust community!
@@ -28,6 +33,9 @@