Skip to content

Commit

Permalink
update css style
Browse files Browse the repository at this point in the history
  • Loading branch information
kateriley1 committed Jul 22, 2024
1 parent bcff117 commit 7013ed6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gov_uk_dashboards/components/plotly/header.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ def header(title: str, strong_class: str = "", background_colour: str = None):
style={"maxWidth": "400px"},
alt="Ministry of Housing, Communities & Local Government",
),
html.Div(["Ministry of Housing, Communities & Local Government"]),
html.Div(
["Ministry of Housing, Communities & Local Government"],
style={"font-size": "28px", "font-weight": "200px"},
),
html.A(
title,
href="/",
Expand Down

0 comments on commit 7013ed6

Please sign in to comment.