mirror of
https://github.com/Hilbis/Hilbish
synced 2025-07-01 16:52:03 +00:00
fix: centering of featured dl text
This commit is contained in:
parent
6a41388699
commit
793a043c7b
@ -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.",
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user