Skip to content

Commit

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

0 comments on commit debe010

Please sign in to comment.