Rédactionnel chapeau page d'accueil

This commit is contained in:
Colin Maudry
2026-07-19 13:30:59 +02:00
parent 41738b60ef
commit b265930e6f
+15 -7
View File
@@ -56,15 +56,23 @@ home_intro = html.Div(
style={"maxWidth": "900px", "marginTop": "1rem"}, style={"maxWidth": "900px", "marginTop": "1rem"},
children=[ children=[
html.P( html.P(
"colibre ouvre les données des marchés publics français à toutes et " [
"tous : recherchez, filtrez, cartographiez, exportez. Gratuitement " html.Span(
"et sans compte.", "colibre",
style={
"fontWeight": 600,
"fontSize": "1.5rem",
"color": "var(--primary-color-text)",
},
),
" ouvre les données des marchés publics français à toutes et "
"tous : recherchez, filtrez, cartographiez, téléchargez.",
],
className="text-center", className="text-center",
style={ style={
"fontWeight": 600, "maxWidth": "750px",
"maxWidth": "700px", "fontSize": "1.5rem",
"margin": "4rem auto 1.5rem", "margin": "6rem auto 1.5rem",
"color": "var(--primary-color-text)",
}, },
), ),
dbc.Row( dbc.Row(