Repository URL to install this package:
|
Version:
2.0.0-rc.2 ▾
|
@doodle/templating
/
page.css
|
|---|
html,
body,
#app {
height: 100%;
}
.Page,
.Pattern {
height: 100%;
display: flex;
flex-direction: column;
}
.Main {
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;
}