We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b344f commit 1ffb5c9Copy full SHA for 1ffb5c9
client/app.css
@@ -36,10 +36,7 @@ html, body {
36
}
37
38
.bespoke .header h1 {
39
- font-size: var(--Fonts-Body-Default-lg);
40
margin: 0;
41
- font-weight: 600;
42
- font-family: var(--heading-family);
43
color: var(--Colors-Text-Body-Strongest);
44
45
client/index.html
@@ -35,7 +35,7 @@
35
<body class="bespoke">
<!-- Navigation Header -->
<header class="header">
- <h1>CodeSignal CosmoPlot</h1>
+ <h1 class="heading-small">CodeSignal CosmoPlot</h1>
<div class="spacer"></div>
<div id="status" class="status">Ready</div>
<button id="btn-help" class="button button-text">Help</button>
0 commit comments