diff --git a/src/_includes/components/landing/powered-by.njk b/src/_includes/components/landing/powered-by.njk index 70d6120..a9d0ad8 100644 --- a/src/_includes/components/landing/powered-by.njk +++ b/src/_includes/components/landing/powered-by.njk @@ -1,10 +1,10 @@

Powered by StartOS

-
- - -
+
+ Star + Star +

Just as Windows and macOS made it possible for anyone to own a personal computer, StartOS makes it possible for anyone to own a personal server.

StartOS facilitates the entire process of discovering, installing, configuring, and using any variety of open-source software from anywhere in the world without trusting anyone.

diff --git a/src/assets/styles/powered-by.scss b/src/assets/styles/powered-by.scss index 51d11aa..a1f853e 100644 --- a/src/assets/styles/powered-by.scss +++ b/src/assets/styles/powered-by.scss @@ -77,8 +77,6 @@ svg a:visited { .ratings { display: flex; flex-direction: column; - gap: 0.5rem; - justify-content: center; align-items: center; margin: 1rem; @@ -102,11 +100,11 @@ svg a:visited { } } - &-mobile { - display: none + &-gh-mobile { + display: none; } - &-desktop { + &-gh-desktop { display: block; } } @@ -117,11 +115,11 @@ svg a:visited { } .ratings { - &-mobile { + &-gh-mobile { display: block; } - &-desktop { + &-gh-desktop { display: none; } } diff --git a/src/index.njk b/src/index.njk index fcf8b64..e1b969c 100644 --- a/src/index.njk +++ b/src/index.njk @@ -53,6 +53,7 @@ layout: layouts/base.njk {% include "components/landing/community.njk" %} +