2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-07-01 08:42:04 +00:00

fix: centering of featured dl text

This commit is contained in:
sammyette 2025-06-22 19:37:12 -04:00
parent 6a41388699
commit 793a043c7b
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -156,11 +156,11 @@ pub fn page() -> element.Element(a) {
"To find out all that Hilbish can do, you should just try it out! It's officially available on Linux, MacOS, Windows, and probably builds on anything Go is available on!", "To find out all that Hilbish can do, you should just try it out! It's officially available on Linux, MacOS, Windows, and probably builds on anything Go is available on!",
), ),
]), ]),
html.div([], [ html.div([attribute.class("sm:w-1/2 text-center")], [
html.h2([attribute.class("text-3xl font-semibold")], [ html.h2([attribute.class("text-3xl font-semibold")], [
element.text("Featured Downloads"), element.text("Featured Downloads"),
]), ]),
html.p([attribute.class("sm:w-1/2 justify-self-center")], [ html.p([], [
element.text( element.text(
"These are \"portable\" binary releases of Hilbish from GitHub. All the required files are in the archive. Put it somewhere, add the directory to your $PATH, and use Hilbish.", "These are \"portable\" binary releases of Hilbish from GitHub. All the required files are in the archive. Put it somewhere, add the directory to your $PATH, and use Hilbish.",
), ),