We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3357bd6 commit a3eafccCopy full SHA for a3eafcc
1 file changed
src/app/app.component.scss
@@ -14,6 +14,10 @@ $page-max-width: 2560px;
14
flex-direction: column;
15
width: 100%;
16
min-height: 100vh;
17
+
18
+ .app__page-container {
19
+ display: grid;
20
+ }
21
}
22
23
.app__content-skip-button {
0 commit comments