Skip to content

Commit 43c4e2c

Browse files
SahulKolaalan-agius4
authored andcommitted
refactor(@schematics/angular): add centered-layout for ng starter template
Center the template layout Closes: #32536
1 parent 0f8a712 commit 43c4e2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/schematics/angular/application/files/common-files/src/app/app__suffix__.html.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
box-sizing: border-box;
4343
-webkit-font-smoothing: antialiased;
4444
-moz-osx-font-smoothing: grayscale;
45+
display: block;
46+
height: 100dvh;
4547
}
4648

4749
h1 {

0 commit comments

Comments
 (0)