Skip to content

Commit 40f288e

Browse files
committed
feat: add centered-layout for ng starter template #32536
1 parent f086ecc commit 40f288e

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)