Add example cover

This commit is contained in:
Lachlan Kermode
2019-02-07 12:21:23 +00:00
parent ed9af1cbf6
commit 4e96d92616
5 changed files with 29 additions and 3 deletions

View File

@@ -15,4 +15,12 @@
top: 0;
left: 0;
}
}
.default-cover-container {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
height: 100%;
}