We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176a823 commit 8543bf7Copy full SHA for 8543bf7
1 file changed
packages/schematics/angular/application/other-files/app.component.html.template
@@ -35,8 +35,11 @@
35
}
36
37
.toolbar {
38
+ position: absolute;
39
+ top: 0;
40
+ left: 0;
41
+ right: 0;
42
height: 60px;
- margin: -8px;
43
display: flex;
44
align-items: center;
45
background-color: #1976d2;
@@ -59,7 +62,7 @@
59
62
60
63
.content {
61
64
- margin: 32px auto;
65
+ margin: 82px auto 32px;
66
padding: 0 16px;
67
max-width: 960px;
68
flex-direction: column;
0 commit comments