Skip to content

Commit 99f6194

Browse files
authored
Fix to depth bar font size (#157)
* Fix to depth bar font size The sizing for the depth bar needs to be 16px, rather than dynamic fo consistent styling.
1 parent 615bfff commit 99f6194

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/sass/_map-controls.scss

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ $gov-font: "HelveticaNeue", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
134134
.scenario-heading {
135135
text-decoration: underline;
136136
text-decoration-thickness: 2px;
137+
font-size: 16px;
137138
}
138139

139140
.first-radio {

0 commit comments

Comments
 (0)