diff --git a/public/css/style.css b/public/css/style.css index 7e57c21..aa672bb 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -64,7 +64,6 @@ textarea { background-color: #222; border-color: #9d9d9d; color: #f8f9fa; - margin-bottom: 20px } textarea:focus { border-color: #e5ebff; @@ -75,7 +74,6 @@ select { display: flex; padding: 4px 8px; justify-content: space-between; - align-items: center; flex: 1 0 0; border-right: none; border-bottom: none; @@ -93,7 +91,6 @@ button { display: flex; padding: 4px 8px; justify-content: flex-end; - align-items: center; gap: 2px; border: none; border-radius: 4px; @@ -108,7 +105,6 @@ button:hover { .wrap { display: flex; flex-wrap: wrap; - justify-content: center; } .wrap.languages { flex-wrap: nowrap; @@ -123,9 +119,7 @@ button:hover { height: 150px; } .item-wrapper { - display: flex; - flex-wrap: wrap; - justify-content: center; + display: block; width: 450px; margin: 5px 10px; gap: 10px; diff --git a/views/about.html b/views/about.html index 457932a..02b9f1f 100644 --- a/views/about.html +++ b/views/about.html @@ -1,12 +1,26 @@ {{template "header" .}}
-

About Mozhi

-

What is Mozhi?

-

Mozhi is an alternative frontend for many translation engines such as google, yandex, duckduckgo, libretranslate and more!

+

About Mozhi

+

What is Mozhi?

+

+ Mozhi is an alternative frontend for many translation engines such as + google, yandex, duckduckgo, libretranslate and more! +

-

Why would I use this over just directly accessing the engine in question

-

There are many reasons why using an alternative-frontend like mozhi is superior to directly accessing the service in question, and the biggest and most obvious reason is of course, privacy.

-

However, there are other reasons to use it as well.

-

In many cases, different translation engines can give vastly different results for the given text, and in some cases where you need the most accurate/poetic translation, having the ability to have the output of all the engines right in front of you is extremely useful.

+

+ Why would I use this over just directly accessing the engine in question +

+

+ There are many reasons why using an alternative-frontend like mozhi is + superior to directly accessing the service in question, and the biggest and + most obvious reason is of course, privacy. +

+

However, there are other reasons to use it as well.

+

+ In many cases, different translation engines can give vastly different + results for the given text, and in some cases where you need the most + accurate/poetic translation, having the ability to have the output of all + the engines right in front of you is extremely useful. +

{{ template "footer" .}}