this repo has no description
lustre frontent oat-ui gleam
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

💄 set max width for subtitle

+3 -2
+3 -2
src/client/page/home.gleam
··· 33 33 ), 34 34 35 35 // Subtitle 36 - html.h2([class("my-0 text-center text-subtext text-balance")], [ 36 + html.h2([class("my-0 max-w-lg text-center text-subtext text-balance")], [ 37 37 html.text( 38 38 "Soluções financeiras inteligentes para gestão energética:" 39 39 <> " economia garantida, financiamento solar e contratos otimizados.", ··· 53 53 // Talk to a specialist 54 54 html.a( 55 55 [ 56 - class("py-2 px-4 rounded-md border border-subtext hstack"), 56 + class("py-2 px-4 text-center"), 57 + class("rounded-md border border-subtext"), 57 58 class("bg-white hover:cursor-pointer"), 58 59 ], 59 60 [html.text("Falar com Especialista")],