Skip to content

Commit a3eafcc

Browse files
committed
fix(app): fix parent main container display mode
1 parent 3357bd6 commit a3eafcc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/app/app.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ $page-max-width: 2560px;
1414
flex-direction: column;
1515
width: 100%;
1616
min-height: 100vh;
17+
18+
.app__page-container {
19+
display: grid;
20+
}
1721
}
1822

1923
.app__content-skip-button {

0 commit comments

Comments
 (0)