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 abb1c6f commit 3c6d2d8Copy full SHA for 3c6d2d8
packages/schematics/angular/application/files/common-files/src/app/app.component.html.template
@@ -44,12 +44,8 @@
44
-moz-osx-font-smoothing: grayscale;
45
}
46
47
- h1,
48
- h2,
49
- h3,
50
- h4,
51
- h5,
52
- h6 {
+ h1 {
+ font-size: 3.125rem;
53
color: var(--gray-900);
54
font-weight: 500;
55
line-height: 100%;
@@ -58,10 +54,6 @@
58
font-family: "Inter Tight";
59
60
56
61
- h1 {
62
- font-size: 3.125rem;
63
- }
64
-
65
57
p {
66
margin: 0;
67
color: var(--gray-700);
@@ -233,7 +225,7 @@
233
225
</svg>
234
226
<h1>Hello, {{ title }}</h1>
235
227
<p>Congratulations! Your app is running. 🎉</p>
236
- </div>
228
+ </div>
237
229
<div class="divider" role="separator" aria-label="Divider"></div>
238
230
<div class="right-side">
239
231
<div class="pill-group">
0 commit comments